Zeebe · Example Payload

Zeebe Activatejobs Example

BPMNCamundaCloud-NativeDistributed SystemsJavaMicroservicesProcess AutomationWorkflow Orchestration

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

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "/v2/jobs/activation",
    "headers": {
      "Authorization": "Bearer {token}",
      "Content-Type": "application/json"
    },
    "body": {
      "type": "payment-service",
      "timeout": 300000,
      "maxJobsToActivate": 10,
      "worker": "payment-worker-1",
      "fetchVariable": ["orderId", "amount", "customerId"],
      "tenantIds": ["my-tenant"]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "jobs": [
        {
          "jobKey": 2251799813685310,
          "type": "payment-service",
          "processInstanceKey": 2251799813685295,
          "processDefinitionKey": 2251799813685249,
          "bpmnProcessId": "order-process",
          "elementId": "payment-task",
          "elementInstanceKey": 2251799813685305,
          "customHeaders": {
            "resultVariable": "paymentResult"
          },
          "worker": "payment-worker-1",
          "retries": 3,
          "deadline": 1717430400000,
          "variables": {
            "orderId": "ORD-12345",
            "amount": 99.99,
            "customerId": "CUST-001"
          },
          "tenantId": "my-tenant"
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/zeebe-activateJobs-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.