Types
BulkUpsertWorkflowStepsInput
input
BulkUpsertWorkflowStepsInputFields
workflowId
ID!
required
steps
required
The complete list of steps. Steps with existing IDs are updated, new IDs are created, missing IDs are deleted.
startStepId
ID
Optional: Set this as the workflow's startStepId. Use null to clear. If not provided, startStepId is unchanged. Clearing to null fails on a published workflow — unpublish before restructuring, then republish.
trigger
Optional: JSON-encoded trigger configuration. If not provided, trigger is unchanged. See Workflow.trigger for the valid type values and their required fields.

