WorkflowGraphNode
Represents a node in the graph.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
id |
yes | string |
Gets the executor identifier. | — |
label |
yes | string |
Gets the short label shown in the UI. | — |
kind |
yes | WorkflowNodeKind |
Gets the node’s role. | — |
agentName |
no | string |
Gets the agent’s name if the node represents an agent; otherwise null. |
— |
executorType |
no | string |
Gets the Microsoft Agent Framework executor type. For debugging. | — |