A workflow graph node in the workflow graph.
KEY | TYPE | Description |
---|---|---|
packageRequirements | List[str] | A list of package requirements that the node source code will need. |
connectors | dict | A dictionary of connectors that the node source code will need. |
workflowGraphNode | WorkflowGraphNode | The workflow graph node object. |