Process Executions REST Endpoints

Processes/Process Executions
The operations from the Processes/Process Executions category.
Get a Process Execution
Method: get
Path: /process/api/v1/process-executions/{id}
List Process Executions
Method: get
Path: /process/api/v1/process-executions
Perform an Action on a Process Execution
Method: put
Path: /process/api/v1/process-executions/{id}