Mutations
bulkUpsertWorkflowSteps
Atomically replace all steps in a workflow. Steps with a matching stepId are updated; steps without an ID (or with a new ID) are created; steps that existed before but are absent from the input are deleted.
Optionally updates startStepId and the trigger configuration in the same call. Maximum 60 steps per workflow.
MUTATION
bulkUpsertWorkflowSteps(input: BulkUpsertWorkflowStepsInput!): BulkUpsertWorkflowStepsOutput!Arguments
input
required
Returns
results
Results for each step in the input (same order as input).
deletedStepIds
[ID!]!
IDs of steps that were deleted (existed before but not in input).
workflow
Updated workflow after operation.
error
Mutation
Variables
Response
Mutation
Variables
Response

