Code0 LogoCodeZero

namespacesProjectsFlowsTriggerExecution

Triggers a execution on the flow.

Arguments

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
flowIdFlowID!The id of the flow which will be triggered
inputJSON!The input for the execution
runtimeIdRuntimeID!The id of the runtime to trigger the execution on

Fields

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.
executionIdentifierStringThe execution identifier of the triggered execution.

On this page