Skip to main content

workflowTasks

Find workflow tasks

workflowTasks(
after: String
before: String
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
updatedAt: DateTimeRange
): WorkflowTaskTypeConnection

Arguments

workflowTasks.after ● String scalar

Returns the elements in the list that come after the specified cursor.

workflowTasks.before ● String scalar

Returns the elements in the list that come before the specified cursor.

workflowTasks.createdAt ● DateTimeRange input

Filter by created at

workflowTasks.first ● Int scalar

Returns the first _n_ elements from the list.

workflowTasks.ids ● [ID!] list scalar

Filter by IDs

workflowTasks.last ● Int scalar

Returns the last _n_ elements from the list.

workflowTasks.sort ● [Sort!] list input

Sort result

workflowTasks.updatedAt ● DateTimeRange input

Filter by updated at

Type

WorkflowTaskTypeConnection object

The connection type for WorkflowTaskType.