Types
WorkflowShareLinkStep
object
WorkflowShareLinkStepFields
id
ID!
type
name
String
Optional name for the step.
payload
String!
JSON-encoded payload containing the action or condition configuration. See WorkflowStep.payload for the valid type values per step type and the note on non-portable, workspace-specific IDs.
transitions
[ID]!
Array of next step IDs, mirroring WorkflowStep.transitions.
positionX
Float!
X position of this step on the canvas.
positionY
Float!
Y position of this step on the canvas.

