Control a Dynamic Process Execution

put

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

Perform the specified action on the process execution.

Request

Supported Media Types
Path Parameters
Body ()
Action to be performed and variables to update
Root Schema : ExecutionActionInput
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.

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 upon because of CMMN restrictions.

404 Response

A process execution with the specified ID was not found.

500 Response

Internal Server Error.
Back to Top