Skip to main content

publishWorkflow Mutation

Publishes a Workflow.

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]. 2. The signed-in User has any of the following permissions for the access function context object 'customer': [customer_manage_integrations] when 'customer' is provided in the access function context.

Input fields (PublishWorkflowInput!)

ArgumentTypeDescription
commentStringComment about changes in this published Workflow version.
idIDThe ID of the Integration to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (PublishWorkflowPayload)

clientMutationId (String)
errors ([ErrorType!]!)
workflow (Workflow)