#camunda #HTML #Java

Linking BPMN Model with Java Classes and HTML Pages

Our goal was to create a simple webpage using a bpmn model as the base. Linking java classes was our first issue which we could solve pretty easily. Therefore we just had to define for the task in the bpmn model to link to a class in our project and then use the RIGHT(!!) path and not only the name. It does not get linked just by the name in the project. The bigger issue was to link out HTML pages with a bpmn task. It didn't matter what we did it never took the right class. To solve this issue we all updated to the same and newest version of camunda (since some of us where still on an old version) and somehow that solved our issue.
Subscribe to #camunda #HTML #Java