WorkflowGraphEdge
Represents the connection between two nodes.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
from |
yes | string |
Gets the source node’s identifier. | — |
to |
yes | string |
Gets the target node’s identifier. | — |
kind |
yes | WorkflowEdgeKind |
Gets the edge’s kind. | — |