Best practices and examples for service task development

Hello,

We just started using Camunda 7.5.6-ee and we are developing a lot of JavaDelegate to perform many automated tasks.

Because we see already many different ways of doing, we are looking for good practices and good examples on how to write them correctly.

For example question and possible answer we have:
How do you report the result of the execution ? A POJO stored in a variable ?
Is there a way to have Dependency Injection in the delegate ? Using Spring ? By creating an abstract parent class ?
and so on…

Kind regards,

Eric

1 Like