Get Start Form Variables
GET/process-definition/:id/form-variables
Retrieves the start form variables for a process definition (only if they are defined via the Generated Task Form approach). The start form variables take form data specified on the start event into account. If form fields are defined, the variable types and default values of the form fields are taken into account.
Request
Responses
- 200
- 404
Request successful. A JSON object containing a property for each variable returned.
The id is null or does not exist. See the Introduction for the error response format.