user-defined headers associated with this job
the unix timestamp until when the job is exclusively assigned to this worker (time unit is milliseconds since unix epoch). If the deadline is exceeded, it can happen that the job is handed to another worker and the work is performed twice. If this property is not set it will return '-1'.
the element id of the corresponding service task
the element instance key of the corresponding service task
the error code to identify the business error. It is set by the job worker then the processing fails because of a non-technical error that should be handled by the process.
the message that contains additional context of the failure/error. It is set by the job worker then the processing fails because of a technical failure or a non-technical error.
the process key of the corresponding process definition
the version of the corresponding process definition
the key of the corresponding process instance
the timestamp when this job record should be recurred. This method is used by backoff to determine the date when the job is needed to be recurred after backoff.
remaining retries
the time of backoff in milliseconds. If backoff is disabled this method returns 0 (default value).
the type of the job
the variables of this record. Can be empty.
the assigned worker to complete the job
Generated using TypeDoc
the bpmn process id of the corresponding process definition