Zeebe · Example Payload

Zeebe Api Activate Jobs Request Example

BPMNCamundaCloud NativeDistributed SystemsJavaMicroservicesProcess AutomationWorkflow Orchestration

Zeebe Api Activate Jobs 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

typetimeoutmaxJobsToActivateworkerfetchVariabletenantIds

Example Payload

Raw ↑
{
  "type": "standard",
  "timeout": 100,
  "maxJobsToActivate": 100,
  "worker": "example-value",
  "fetchVariable": [
    "example-value"
  ],
  "tenantIds": [
    "example-value"
  ]
}