Interface Job<Variables, CustomHeaderShape>

Type Parameters

Hierarchy

Properties

bpmnProcessId: string

The bpmn process ID of the job process definition

customHeaders: Readonly<CustomHeaderShape>

A set of custom headers defined during modelling

deadline: string
elementId: string

The associated task element ID

elementInstanceKey: string

The unique key identifying the associated task, unique within the scope of the process instance

key: string

The key, a unique identifier for the job

processDefinitionVersion: number

The version of the job process definition

processInstanceKey: string

The job's process instance key

processKey: string

The key of the job process definition

retries: number
type: string

The job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition type="payment-service" />)

variables: Readonly<Variables>

All visible variables in the task scope, computed at activation time.

worker: string

The name of the worker that activated this job

Generated using TypeDoc