Zeebe · Example Payload

Zeebe Api Publish Message Request Example

BPMNCamundaCloud NativeDistributed SystemsJavaMicroservicesProcess AutomationWorkflow Orchestration

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

Top-level fields

namecorrelationKeytimeToLivemessageIdvariablestenantId

Example Payload

Raw ↑
{
  "name": "Example Name",
  "correlationKey": "example-value",
  "timeToLive": 100,
  "messageId": "500123",
  "variables": {},
  "tenantId": "500123"
}