Type Alias: GetUserTaskResponses
type GetUserTaskResponses = object;
Defined in: gen/types.gen.ts:16935
Properties
200
200: object;
Defined in: gen/types.gen.ts:16939
The user task is successfully returned.
assignee?
optional assignee: string;
The assignee of the user task.
candidateGroups?
optional candidateGroups: string[];
The candidate groups for this user task.
candidateUsers?
optional candidateUsers: string[];
The candidate users for this user task.
completionDate?
optional completionDate: string;
The completion date of a user task.
creationDate?
optional creationDate: string;
The creation date of a user task.
customHeaders?
optional customHeaders: object;
Custom headers for the user task.
Index Signature
[key: string]: string
dueDate?
optional dueDate: string;
The due date of a user task.
elementId?
optional elementId: ElementId;
The element ID of the user task.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKey;
The key of the element instance.
externalFormReference?
optional externalFormReference: string;
The external form reference.
followUpDate?
optional followUpDate: string;
The follow date of a user task.
formKey?
optional formKey: FormKey;
The key of the form.
name?
optional name: string;
The name for this user task.
priority?
optional priority: number;
The priority of a user task. The higher the value the higher the priority.
processDefinitionId?
optional processDefinitionId: ProcessDefinitionId;
The ID of the process definition.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
The key of the process definition.
processDefinitionVersion?
optional processDefinitionVersion: number;
The version of the process definition.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
The key of the process instance.
processName?
optional processName: string;
The name of the process definition.
rootProcessInstanceKey?
optional rootProcessInstanceKey: ProcessInstanceKey;
state?
optional state: UserTaskStateEnum;
tags?
optional tags: TagSet;
tenantId?
optional tenantId: TenantId;
userTaskKey?
optional userTaskKey: UserTaskKey;
The key of the user task.