Create process instance
POST/process-instances
Creates and starts an instance of the specified process. The process definition to use to create the instance can be specified either using its unique key (as returned by Deploy resources), or using the BPMN process ID and a version.
Waits for the completion of the process instance before returning a result when awaitCompletion is enabled.
Request
Responses
- 200
- 400
- 500
The process instance was created.
The provided data is not valid.
An internal error occurred while processing the request.