Skip to content

WorkflowGraph

← All HTTP schemas

Represents a workflow’s compiled graph: nodes, edges, and external request ports.

Shape: object

Property Required Type Description Rules
name yes string Gets the name of the workflow the graph belongs to.
startExecutorId yes string Gets the identifier of the node that receives the input message first.
nodes no array of WorkflowGraphNode Gets the nodes in the graph.
edges no array of WorkflowGraphEdge Gets the edges between nodes.
mermaid yes string Gets the Mermaid text produced by Microsoft Agent Framework.