WorkflowGraph

Represents an Agent workflow graph.

KEY TYPE Description
nodes List[Union[WorkflowGraphNode, DecisionNode]] A list of nodes in the workflow graph.
edges None None
primaryStartNode Union[str, WorkflowGraphNode] The primary node to start the workflow from.
specificationType None None
commonSourceCode str Common source code that can be used across all nodes.