Method

POST /case-execution

Parameters

A JSON object with the following properties:


|sortBy|Mandatory. Sort the results lexicographically by a given criterion. Valid values are , caseDefinitionKey, caseDefinitionId 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 caseExecutionId, caseDefinitionKey, caseDefinitionId 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 /case-execution

Request Body:

  1. [
  2. {
  3. "links" : [],
  4. "id" : "aCaseExecutionId",
  5. "caseInstanceId" : "aCaseInstId",
  6. "repeatable" : true,
  7. "repetition" : false,
  8. "active" : true,
  9. "enabled" : false,
  10. "disabled" : false,
  11. "tenantId" : null