workflows
Reads a set of Workflow.
workflows(
filter: WorkflowFilter
first: Int
offset: Int
orderBy: [WorkflowOrderBy!]
): [Workflow!]
Arguments
workflows.filter ● WorkflowFilter input
A filter to be used in determining which values should be returned by the collection.
workflows.first ● Int scalar
Only read the first n values of the set.
workflows.offset ● Int scalar
Skip the first n values.
workflows.orderBy ● [WorkflowOrderBy!] list enum
The method to use when ordering Workflow.
Type
Workflow object
This represents a workflow instance (process instance) in the system. The availability of this data depends on the configuration of the workflow definition (process definition) and is generally less than a year from completion of the instance.