Hello, my friends.
Recently, I encountered an issue using Camunda forms. My requirement is to set up a form of type Camunda forms for the user task node to submit data. I designed the form file using a form designer and deployed it using modeler.
Afterwards, I configured the reference of this form in the user task node.
When I obtain user tasks, I can do so through
/engine/engine/default/task/{taskId}/deployed-form interface to obtain the JSON definition of the form and the front-end can use this JSON to render the form. However, After the user task is completed, the runtime data (including form keys) associated with it will be removed from the runtime database. How should I obtain the form definition field corresponding to this task for front-end rendering?