Start Instance
POST/process-definition/:id/start
Instantiates a given process definition. Process variables and business key may be supplied in the request body.
Request
Responses
- 200
- 400
- 500
Request successful.
The instance could not be created due to an invalid variable value,
for example if the value could not be parsed to an Integer value or
the passed variable type is not supported.
See the Introduction
for the error response format.
The instance could not be created successfully. See the Introduction for the error response format.