Perform Action on a Process Execution

put

/process/api/v1/dp-executions/{id}

Perform an action on a process execution.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : deletions
Type: array
Show Source
Nested Schema : VariablesMap
Type: object
Additional Properties Allowed
Show Source
A (key, MapItem) map. `default`is an example key.
Show Source
Nested Schema : default
Type: object
Nested Schema : additionalProperties
Type: object
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ModelApiResponse
Type: object
Show Source

400 Response

The state transition is not allowed to be performed, for example when the process execution is enabled or is already completed

401 Response

Unauthorized

403 Response

The process execution cannot be acted on because of CMMN restrictions

404 Response

The process execution with given id is not found

429 Response

Too Many Requests

500 Response

Internal Server Error

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top