Hi,
we are migrating from Camunda7 to Camunda8. In our current Camunda7 environment we are using a BPMN process which is using several JavaDelegates. This process and all of its used JavaDelegates is packaged and deployed as one war-File.
How can I manage this in Camunda8/zeebe?
These JavaDelegates are calling the
context.getProcessEngine().getDecisionService();
to execute defined DMNs.
Is this still possible in Camunda8?