Interface: WorkflowDefinition<T>
Defined in: index.ts:98
Type Parameters
T
T extends NodesDefinition = NodesDefinition
The type of NodesDefinition used in this workflow.
Properties
edges
edges:
Edge[]
Defined in: index.ts:104
Description
Array of edges connecting the nodes.
nodes
nodes:
Node<keyofT&string>[]
Defined in: index.ts:102
Description
Array of nodes in the workflow.