Hi,
Camunda 7 has implement as “Java Class” and if I add .jar file to “userlib”, I can run my code with JavaDelegate. (Like down below)
Now I’m trying to run some java code like JavaDelegate in “Camunda 8 Self-Managed” but java code works like “External” implementation in Camunda 7. I tried to add jar to camunda-zeebe-8.2.4\lib but code is not running and I need to run java code from IDE.
Is there any way to run service task like JavaDelegate in Camunda 8 Self-Managed?
Thanks.