Type Alias: ActivatedJobResult
type ActivatedJobResult = object;
Defined in: gen/types.gen.ts:3386
Properties
customHeaders
customHeaders: object;
Defined in: gen/types.gen.ts:3406
A set of custom headers defined during modelling; returned as a serialized JSON document.
Index Signature
[key: string]: unknown
deadline
deadline: number;
Defined in: gen/types.gen.ts:3420
When the job can be activated again, sent as a UNIX epoch timestamp.
elementId
elementId: ElementId;
Defined in: gen/types.gen.ts:3402
The associated task element ID.
elementInstanceKey
elementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:3443
jobKey
jobKey: JobKey;
Defined in: gen/types.gen.ts:3434
The key, a unique identifier for the job.
kind
kind: JobKindEnum;
Defined in: gen/types.gen.ts:3444
listenerEventType
listenerEventType: JobListenerEventTypeEnum;
Defined in: gen/types.gen.ts:3445
processDefinitionId
processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:3394
The bpmn process ID of the job's process definition.
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:3442
The key of the job's process definition.
processDefinitionVersion
processDefinitionVersion: number;
Defined in: gen/types.gen.ts:3398
The version of the job's process definition.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:3438
The job's process instance key.
retries
retries: number;
Defined in: gen/types.gen.ts:3416
The amount of retries left to this job (should always be positive).
tags?
optional tags: TagSet;
Defined in: gen/types.gen.ts:3447
tenantId
tenantId: TenantId;
Defined in: gen/types.gen.ts:3430
The ID of the tenant that owns the job.
type
type: string;
Defined in: gen/types.gen.ts:3390
The type of the job (should match what was requested).
userTask?
optional userTask: UserTaskProperties;
Defined in: gen/types.gen.ts:3446
variables
variables: object;
Defined in: gen/types.gen.ts:3424
All variables visible to the task scope, computed at activation time.
Index Signature
[key: string]: unknown
worker
worker: string;
Defined in: gen/types.gen.ts:3412
The name of the worker which activated this job.