ByteChef LogoByteChef

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

NameLabelTypeDescriptionRequired
startNodeStart NodeSTRINGThe name of the node execution begins from. Defaults to the first declared node when left empty.false
maxTransitionsMax TransitionsINTEGERThe 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

On this page