Activiti · Example Payload

Activiti Deployment Example

BPMBusiness Process ManagementWorkflowBPMNOpen SourceProcess AutomationJavaREST API

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

Top-level fields

idnamedeploymentTimecategoryurltenantId

Example Payload

Raw ↑
{
  "id": "deploy-9001",
  "name": "expense-approval-v3.bar",
  "deploymentTime": "2024-01-01T08:00:00.000+0000",
  "category": "finance",
  "url": "http://localhost:8080/activiti-app/api/enterprise/deployments/deploy-9001",
  "tenantId": "tenant_1"
}