Submit Start Form
POST/process-definition/:id/submit-form
Starts a process instance using a set of process variables and the business key. If the start event has Form Field Metadata defined, the process engine will perform backend validation for any form fields which have validators defined. See Documentation on Generated Task Forms.
Request
Responses
- 200
- 400
- 404
- 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.
Process definition with given id does not exist. See the Introduction for the error response format.
The instance could not be created successfully. See the Introduction for the error response format.