Perform an Action on a Process Execution

put

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

Performs an action on a process execution. You can use this API function only on structured processes.

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

204 Response

Successful operation

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 Process 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