laboneq.workflow.graph
¶
A workflow graph.
WorkflowGraph(root)
¶
Workflow graph.
A graph contains blocks which defines the flow of the workflow.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
root |
WorkflowBlock
|
Root block of the Workflow. |
required |
tree: WorkflowGraphTree
property
¶
Tree graph of the workflow.