Method

POST /execution

Parameters

A JSON object with the following properties:


|sortBy|Mandatory. Sort the results lexicographically by a given criterion. Valid values are instanceId, definitionKey, definitionId and tenantId.|sortOrder|Mandatory. Sort the results in a given order. Values may be asc for ascending order or desc for descending order.
|sortBy|Mandatory. Sort the results lexicographically by a given criterion. Valid values are instanceId, definitionKey, definitionId and tenantId.
|sortOrder|Mandatory. Sort the results in a given order. Values may be asc for ascending order or desc for descending order.

Result

Response Codes

Example

POST /execution

Request Body:

  1. [{"id":"anId",
  2. "processInstanceId":"aProcInstId",