Flowable · Example Payload

Flowable Process Definition Example

This is a process for testing purposes

BPMBusiness Process ManagementWorkflowBPMNCMMNDMNProcess AutomationCase ManagementOpen SourceREST API

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

Top-level fields

idurlkeyversionnamedescriptiontenantIddeploymentIddeploymentUrlresourcediagramResourcecategorygraphicalNotationDefinedsuspendedstartFormDefined

Example Payload

Raw ↑
{
  "id": "oneTaskProcess:1:4",
  "url": "http://localhost:8182/repository/process-definitions/oneTaskProcess%3A1%3A4",
  "key": "oneTaskProcess",
  "version": 1,
  "name": "The One Task Process",
  "description": "This is a process for testing purposes",
  "tenantId": "null",
  "deploymentId": "2",
  "deploymentUrl": "http://localhost:8081/repository/deployments/2",
  "resource": "http://localhost:8182/repository/deployments/2/resources/testProcess.xml",
  "diagramResource": "http://localhost:8182/repository/deployments/2/resources/testProcess.png",
  "category": "Examples",
  "graphicalNotationDefined": false,
  "suspended": false,
  "startFormDefined": false
}