Integrating React js with Camunda

Hi, Im trying to integrate my current application with camunda- models, forms,…
To elaborate on what im looking for:

  1. Model run in the background and only displays UI for forms
  2. Processes the key fields from forms to continue with model execution ahead…

PS: Looking for code, examples

Thank you!!

Hello @JavaDeveloper ,

for this, the rest api is quite helpful.

I hope this helps

Jonathan

Thats great! let me give it a try…thank you @jonathan.lukas for quick response!!

1 Like

Hey @jonathan.lukas
I tried the solution you shared above for connecting application with camunda using rest api.
Now, when i run the api, it moves forward to the next state, which is great, however, it doesnt display the form on screen in the UI.


Looking for it to display something like this on the UI screen when it moves to next step.

Hello @JavaDeveloper ,

to define a form, there are several possibilities.

You can apply this to the user task.

Jonathan