Zeebe · Example Payload

Zeebe Api Job Example

BPMNCamundaCloud NativeDistributed SystemsJavaMicroservicesProcess AutomationWorkflow Orchestration

Zeebe Api Job Example is an example object payload from Zeebe, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jobKeytypeprocessInstanceKeyprocessDefinitionKeybpmnProcessIdelementIdelementInstanceKeycustomHeadersworkerretriesdeadlinevariablestenantId

Example Payload

Raw ↑
{
  "jobKey": 100,
  "type": "standard",
  "processInstanceKey": 100,
  "processDefinitionKey": 100,
  "bpmnProcessId": "500123",
  "elementId": "500123",
  "elementInstanceKey": 100,
  "customHeaders": {},
  "worker": "example-value",
  "retries": 100,
  "deadline": 100,
  "variables": {},
  "tenantId": "500123"
}