Get process start form
GET/process-definitions/:processDefinitionsKey/form
Get the start form of a process.
Note that this endpoint will only return linked forms. This endpoint does not support embedded forms.
Request
Responses
- 200
- 204
- 400
- 401
- 403
- 404
- 500
The form is successfully returned.
The process was found, but no form is associated with it.
Bad request
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
Not found
An internal error occurred while processing the request.