Skip to main content
Version: 8.9 (unreleased)

Type Alias: UserTaskResult

type UserTaskResult = object;

Defined in: gen/types.gen.ts:6854

Properties

assignee?

optional assignee: string;

Defined in: gen/types.gen.ts:6863

The assignee of the user task.


candidateGroups?

optional candidateGroups: string[];

Defined in: gen/types.gen.ts:6871

The candidate groups for this user task.


candidateUsers?

optional candidateUsers: string[];

Defined in: gen/types.gen.ts:6875

The candidate users for this user task.


completionDate?

optional completionDate: string;

Defined in: gen/types.gen.ts:6887

The completion date of a user task.


creationDate?

optional creationDate: string;

Defined in: gen/types.gen.ts:6883

The creation date of a user task.


customHeaders?

optional customHeaders: object;

Defined in: gen/types.gen.ts:6908

Custom headers for the user task.

Index Signature

[key: string]: string

dueDate?

optional dueDate: string;

Defined in: gen/types.gen.ts:6895

The due date of a user task.


elementId?

optional elementId: ElementId;

Defined in: gen/types.gen.ts:6867

The element ID of the user task.


elementInstanceKey?

optional elementInstanceKey: ElementInstanceKey;

Defined in: gen/types.gen.ts:6922

The key of the element instance.


externalFormReference?

optional externalFormReference: string;

Defined in: gen/types.gen.ts:6900

The external form reference.


followUpDate?

optional followUpDate: string;

Defined in: gen/types.gen.ts:6891

The follow date of a user task.


formKey?

optional formKey: FormKey;

Defined in: gen/types.gen.ts:6939

The key of the form.


name?

optional name: string;

Defined in: gen/types.gen.ts:6858

The name for this user task.


priority?

optional priority: number;

Defined in: gen/types.gen.ts:6914

The priority of a user task. The higher the value the higher the priority.


processDefinitionId?

optional processDefinitionId: ProcessDefinitionId;

Defined in: gen/types.gen.ts:6879

The ID of the process definition.


processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKey;

Defined in: gen/types.gen.ts:6930

The key of the process definition.


processDefinitionVersion?

optional processDefinitionVersion: number;

Defined in: gen/types.gen.ts:6904

The version of the process definition.


processInstanceKey?

optional processInstanceKey: ProcessInstanceKey;

Defined in: gen/types.gen.ts:6934

The key of the process instance.


processName?

optional processName: string;

Defined in: gen/types.gen.ts:6926

The name of the process definition.


rootProcessInstanceKey?

optional rootProcessInstanceKey: RootProcessInstanceKey;

Defined in: gen/types.gen.ts:6935


state?

optional state: UserTaskStateEnum;

Defined in: gen/types.gen.ts:6859


tags?

optional tags: TagSet;

Defined in: gen/types.gen.ts:6940


tenantId?

optional tenantId: TenantId;

Defined in: gen/types.gen.ts:6896


userTaskKey?

optional userTaskKey: UserTaskKey;

Defined in: gen/types.gen.ts:6918

The key of the user task.