OptionalacknowledgedSet true once any acknowledgement method is invoked.
A set of custom headers defined during modelling; returned as a serialized JSON document.
When the job can be activated again, sent as a UNIX epoch timestamp.
The associated task element ID.
The key, a unique identifier for the job.
Extend the timeout for the job by setting a new timeout
The bpmn process ID of the job's process definition.
The key of the job's process definition.
The version of the job's process definition.
The job's process instance key.
The amount of retries left to this job (should always be positive).
OptionaltagsThe ID of the tenant that owns the job.
The type of the job (should match what was requested).
OptionaluserContains properties of a user task.
Optionalaction?: stringThe action performed on the user task.
Optionalassignee?: string | nullThe user assigned to the task.
OptionalcandidateGroups?: string[]The groups eligible to claim the task.
OptionalcandidateUsers?: string[]The users eligible to claim the task.
OptionalchangedAttributes?: string[]The attributes that were changed in the task.
OptionaldueDate?: string | nullThe due date of the user task in ISO 8601 format.
OptionalfollowUpDate?: string | nullThe follow-up date of the user task in ISO 8601 format.
OptionalformKey?: FormKeyThe key of the form associated with the user task.
Optionalpriority?: number | nullThe priority of the user task.
OptionaluserTaskKey?: UserTaskKey | nullThe unique key identifying the user task.
All variables visible to the task scope, computed at activation time.
The name of the worker which activated this job.
Optionalvariables: { [k: string]: any }
Enriched job type with convenience methods.