workflowTasks
Find workflow tasks. A workflow task is one step in a workflow profile, like "Approval" or "Publish". This is different from a project task (a user to-do item).
workflowTasks(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
ids: [ID!]
workflowProfileId: ID
after: String
before: String
first: Int
last: Int
): WorkflowTaskTypeConnection
Arguments
workflowTasks.sort ● [Sort!] list input
Sort result
workflowTasks.createdAt ● DateTimeRange input
Filter by created at
workflowTasks.updatedAt ● DateTimeRange input
Filter by updated at
workflowTasks.ids ● [ID!] list scalar
Filter by IDs
workflowTasks.workflowProfileId ● ID scalar
Filter by workflowProfileId
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.first ● Int scalar
Returns the first _n_ elements from the list.
workflowTasks.last ● Int scalar
Returns the last _n_ elements from the list.
Type
WorkflowTaskTypeConnection object
The connection type for WorkflowTaskType.