Skip to main content

saveWorkflowTemplate Mutation

None

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations] when a value for 'variant' exists on the object and equals 'workflow' and a value for 'public' exists on the object and equals 'False'. 2. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations] when a value for 'variant' is provided in the access function context and equals 'workflow' and a value for 'public' is provided in the access function context and equals 'False'.

Input fields (SaveWorkflowTemplateInput!)

ArgumentTypeDescription
nameStringThe name of the Integration Template. Must be unique.
descriptionStringAdditional notes about the Integration Template.
workflowIDThe ID of the Workflow on which to base the template.
idIDThe ID of the WorkflowTemplate to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (SaveWorkflowTemplatePayload)

clientMutationId (String)
errors ([ErrorType!]!)
workflowTemplate (WorkflowTemplate)