Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

As of Version

product version 2021 Autumn | component version 

Request MethodGET
Response FormatJSON
Description

Retrieves a list of process definitions matching the conditions defined in various query parameters.

Parameters

Request HeaderContent-Type: application/json
Request Example
https://<host>/bpm-engine/api/process-definitions/?page=0&size=50
Response Example
{
  "objects": [
    {
      "id": "follow-up:1:6a1eb95b-e89d-11eb-bbdd-5a20cd388fd7",
      "category": "http://www.yuuvis.com/processdef",
      "key": "follow-up",
      "name": "Follow-up",
      "description": "Follow up any document (NOTE: The start-form enforces 1 parameter (expiryDateTime) and 1 optional parameter (whatAbout))",
      "version": 1,
      "global": false,
      "startFormDefined": true,
      "suspended": false
    },
    {
      "id": "follow-up:3:614232ee-dd4d-11ea-9de2-522e2bf21102",
      "category": "http://www.yuuvis.com/processdef",
      "key": "follow-up",
      "name": "Follow-up",
      "description": "Follow up any document (NOTE: The start-form enforces 1 parameter (expiryDateTime) and 1 optional parameter (whatAbout))",
      "version": 3,
      "global": true,
      "startFormDefined": true,
      "suspended": false
    },
    {
      "id": "follow-up:4:63b8f04e-de17-11ea-a7b4-926f83dd6bda",
      "category": "http://www.yuuvis.com/processdef",
      "key": "follow-up",
      "name": "Follow-up",
      "description": "Follow up any document (NOTE: The start-form enforces 1 parameter (expiryDateTime) and 1 optional parameter (whatAbout))",
      "version": 4,
      "global": true,
      "startFormDefined": true,
      "suspended": false
    },
    {
      "id": "follow-up:5:133e60d9-d7f0-11eb-bbdd-5a20cd388fd7",
      "category": "http://www.yuuvis.com/processdef",
      "key": "follow-up",
      "name": "Follow-up",
      "description": "Follow up any document (NOTE: The start-form enforces 1 parameter (expiryDateTime) and 1 optional parameter (whatAbout))",
      "version": 5,
      "global": true,
      "startFormDefined": true,
      "suspended": false
    },
    {
      "id": "follow-up:6:d7950a38-eb97-11eb-a415-92a4358f8aad",
      "category": "http://www.yuuvis.com/processdef",
      "key": "follow-up",
      "name": "Follow-up",
      "description": "Follow up any document (NOTE: The start-form enforces 1 parameter (expiryDateTime) and 1 optional parameter (whatAbout))",
      "version": 6,
      "global": true,
      "startFormDefined": true,
      "suspended": false
    },
    {
      "id": "onesteptest_proc:1:fb9fe833-c9d5-11eb-8e71-c23ec1c4670a",
      "category": "http://www.flowable.org/processdef",
      "key": "onesteptest_proc",
      "name": "One step test process",
      "description": null,
      "version": 1,
      "global": false,
      "startFormDefined": false,
      "suspended": false
    },
    {
      "id": "twosteptest_proc:1:50923b34-e88f-11eb-bbdd-5a20cd388fd7",
      "category": "http://www.flowable.org/processdef",
      "key": "twosteptest_proc",
      "name": "Process-definition-name: Two step test process",
      "description": "This is description from model editor (high level, not the visual editor of process). The first step goes to initiator, second to no one (can be played with id-links). There is one form reference (get group id) in the first task.",
      "version": 1,
      "global": false,
      "startFormDefined": false,
      "suspended": false
    },
    {
      "id": "twosteptest_proc:2:f8e5a97c-e88f-11eb-bbdd-5a20cd388fd7",
      "category": "http://www.flowable.org/processdef",
      "key": "twosteptest_proc",
      "name": "Process-definition-name: Two step test process",
      "description": "This is description from model editor (high level, not the visual editor of process). The first step goes to initiator, second to no one (can be played with id-links). There is one form reference (get group id) in the first task.",
      "version": 2,
      "global": false,
      "startFormDefined": false,
      "suspended": false
    }
  ],
  "numItems": 8,
  "totalNumItems": 8,
  "hasMoreItems": false
}
Response headers
  • No labels