Task
Describes the User task
type Task {
id: ID!
name: String!
workflowName: String!
creationTime: String!
completionTime: String
assignee: User
variables: [Variable!]
taskState: TaskState!
}
Fields​
id (ID!)​
The unique identifier of the task
name (String!)​
Name of the task
workflowName (String!)​
Name of the workflow
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