Get Form Key
GET/task/:id/form
Retrieves the form key for a task. The form key corresponds to the FormData#formKey
property in the engine. This key can be used to do task-specific form rendering in
client applications. Additionally, the context path of the containing process
application is returned.
Request
Responses
- 200
- 400
Request successful.
Task with given id does not exist. See the Introduction for the error response format.