WorkflowMeta

class WorkflowMeta[source]

Bases: object

Used to customize the appearance of the workflow main and/or relation node.

Parameters
relation_settings : Optional[WorkflowSettings]

customizes the appearance of the relation node - inputs and outputs

node_settings : Optional[WorkflowSettings]

customizes the appearance of the main node - the task itself

Methods

create_as_dict

rtype

Dict[str, Any]

Attributes

as_dict

rtype

Dict[str, Any]

node_settings

relation_settings