Graph
Directs execution across a set of named nodes connected by dynamic transitions, executing each node's tasks in sequence until a node with no next transition is reached.
Type: graph/v1
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| startNode | Start Node | STRING | The name of the node execution begins from. Defaults to the first declared node when left empty. | false |
| maxTransitions | Max Transitions | INTEGER | The maximum number of node-to-node transitions allowed before the graph is halted, to guard against infinite loops. | false |
How is this guide?
Last updated on