Using Variables in external forms

Hello,
I would like to create an embedded Form in an user task where I show a variable which was set in a service task before.
Is there a way to give process variables into a HTML file which is linked to the user task?

Hey @eMAiXeS ,

If you use Camunda in a Java application you can create hmtl forms and put them in your project and link them to your process model: Adding HTML Start and Task Forms to a BPMN 2.0 Process | docs.camunda.org
The tutorial on the site uses Tomcat. But it is also possible with Springboot and other Distros. The folder structure might vary a little.

Within the html you can display variables that exist already in the process context .

I hope that helps
Nele