본문으로 건너뛰기

WorkflowEdge

Workflow edge (connection between nodes).

sourceSource (string)필수

Source node ID

targetTarget (string)필수

Target node ID

condition object

Condition expression (unconditional if omitted)

하나 이상(anyOf)
string
WorkflowEdge
{
"source": "string",
"target": "string",
"condition": "string"
}