Mutations
createWorkflow
Create a new workflow. The workflow starts unpublished with no steps; use bulkUpsertWorkflowSteps to add steps and updateWorkflow to publish it.
The trigger field must be a valid JSON-encoded trigger configuration.
MUTATION
createWorkflow(input: CreateWorkflowInput!): CreateWorkflowOutput!Arguments
input
required
Returns
workflow
error
Mutation
Variables
Response
Mutation
Variables
Response

