Skip to main content

allWorkflowExecutions

Get all workflow executions matching the given filters without pagination. Intended for full data export (e.g. CSV download).

allWorkflowExecutions(
where: FilterInput
order: OrderInput
onlyMyExecutions: Boolean
): [WorkflowExecution!]!

Arguments

allWorkflowExecutions.where ● FilterInput input

allWorkflowExecutions.order ● OrderInput input

allWorkflowExecutions.onlyMyExecutions ● Boolean scalar

Type

WorkflowExecution object

A workflow execution.