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