Run Service task in Camunda 8 Self-Managed like JavaDelegate

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)

image

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.

There’s no way to run a JavaDelegate in Camunda 8.
Camunda 8’s architecture is completely different. It’s designed and optimized for orchestrating external services exclusively

3 Likes