Skip to main content

ExecuteWorkflowPayload

type ExecuteWorkflowPayload {
result: OperationResult!
executions: [WorkflowExecution!]!
}

Fields

ExecuteWorkflowPayload.result ● OperationResult! non-null object

The result of the execute workflow operation.

ExecuteWorkflowPayload.executions ● [WorkflowExecution!]! non-null object

Any execution triggered successfully during the operation it will be returned in this field.

Returned By

executeSystemActionWorkflow mutation ● executeWorkflow mutation