Skip to main content

Task

Describes the User task.

type Task {
id: ID!
name: String!
processName: String!
creationTime: String!
completionTime: String
assignee: User
variables: [Variable!]
taskState: TaskState!
sortValues: [String!]
isFirst: Boolean
formKey: String
processDefinitionId: String
}

Fields​

id (ID!)​

The unique identifier of the task

name (String!)​

Name of the task

processName (String!)​

Name of the process

creationTime (String!)​

When was the task created

completionTime (String)​

When was the task completed

assignee (User)​

Who is assigned to the task

variables ([Variable!])​

Variables associated to the task

taskState (TaskState!)​

State of the task

sortValues ([String!])​

Array of values to be copied into TaskQuery to request for next or previous page of tasks.

isFirst (Boolean)​

Flag to show that the task is first in current filter

formKey (String)​

Reference to the task form

processDefinitionId (String)​

Reference to process definition