Zeebe · Example Payload

Zeebe Api Process Instance Example

BPMNCamundaCloud NativeDistributed SystemsJavaMicroservicesProcess AutomationWorkflow Orchestration

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

Top-level fields

processInstanceKeyprocessDefinitionKeybpmnProcessIdversiontenantId

Example Payload

Raw ↑
{
  "processInstanceKey": 100,
  "processDefinitionKey": 100,
  "bpmnProcessId": "500123",
  "version": 100,
  "tenantId": "500123"
}