Types
UpdateWorkflowStepInput
input
UpdateWorkflowStepInputFields
stepId
ID!
required
name
Optional name for the step.
payload
JSON-encoded payload containing the action or condition configuration.
transitions
[ID]
Array of next step IDs. For ACTION: 1 element. For CONDITION: 2 elements (true, false). Use null for terminal/no branch. Full array replacement.
positionX
Float
X position of this step on the canvas.
positionY
Float
Y position of this step on the canvas.

