Start Instance
POST/process-definition/key/:key/tenant-id/:tenant-id/start
Instantiates a given process definition, starts the latest version of the process definition for tenant. 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.