Task
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.
type Task {
assignee: String
closedReason: String
customerId: String
dueDateAt: Datetime
durationMs: BigInt
endedAt: Datetime
followUpDateAt: Datetime
groups: [String]
id: String
jobId: String
prime: String
projectId: String
quoteId: String
siteId: String
startedAt: Datetime
taskName: String
taskState: String
taskType: String
updatedAt: Datetime
workflow: Workflow
workflowId: String
}
Fields
Task.assignee
● String
scalar
Task.closedReason
● String
scalar
Task.customerId
● String
scalar
This field is derived from the task and workflow variables and should be considered indicative only. It may be null.
Task.dueDateAt
● Datetime
scalar
Task.durationMs
● BigInt
scalar
Task.endedAt
● Datetime
scalar
Task.followUpDateAt
● Datetime
scalar
Task.groups
● [String]
list scalar
Task.id
● String
scalar
Task.jobId
● String
scalar
This field is derived from the task and workflow variables and should be considered indicative only. It may be null.
Task.prime
● String
scalar
This field is derived from the task and workflow variables and should be considered indicative only. It may be null.
Task.projectId
● String
scalar
This field is derived from the task and workflow variables and should be considered indicative only. It may be null.
Task.quoteId
● String
scalar
This field is derived from the task and workflow variables and should be considered indicative only. It may be null.
Task.siteId
● String
scalar
This field is derived from the task and workflow variables and should be considered indicative only. It may be null.
Task.startedAt
● Datetime
scalar
Task.taskName
● String
scalar
Task.taskState
● String
scalar
Task.taskType
● String
scalar
Task.updatedAt
● Datetime
scalar
Task.workflow
● Workflow
object
Reads a single Workflow
that is related to this Task
.
Task.workflowId
● String
scalar
Returned By
tasks
query
Member Of
Workflow
object