Hello everyone!
Sorry for the possible generic question.
I have a BPMN model built with Camunda modeler. THere, I have some user tasks with defined forms.
Then, in my react-js application, I am making a request and I am retrieving each form’s schema.
How can I use this to create the appropriate form in my application?
After that I will complete the user task by making a tasklist api request to camunda, but at this moment I am trying to generate the form.