tasks
Reads a set of Task.
tasks(
filter: TaskFilter
first: Int
offset: Int
orderBy: [TaskOrderBy!]
): [Task!]
Arguments
tasks.filter ● TaskFilter input
A filter to be used in determining which values should be returned by the collection.
tasks.first ● Int scalar
Only read the first n values of the set.
tasks.offset ● Int scalar
Skip the first n values.
tasks.orderBy ● [TaskOrderBy!] list enum
The method to use when ordering Task.
Type
Task object
This represents a task instance within 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.