GET /bpm-engine/api/process-definitions/{processDefinitionID}
As of Version | product version 2021 Autumn | component version | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||
Response Format | JSON | ||||||||
Description | Retrieves the process definitions specified by Meaning of HTTP status codes:
| ||||||||
Request Header | Content-Type: application/json | ||||||||
Request Example | https://<host>/bpm-engine/api/process-definitions/onesteptest_proc:1:00000000-0000-0000-0000-000000000001 | ||||||||
Response Example | { "id": "onesteptest_proc:1:00000000-0000-0000-0000-000000000001", "category": "exampleprocess", "key": "onesteptest_proc", "name": "One step test process", "description": null, "version": 1, "global": false, "startFormDefined": false, "suspended": false } |