We are using Camnda BPM Run. In your video you did tell us how to deploy a model by copying it to resources folder. How do we deploy our implementation of org.camunda.bpm.engine.delegate.JavaDelegate class, do we copy the jar in userlib folder or in the resources folder. We do need to deploy other resources along with it for calling Kafka messaging.
Generally speaking if you’re interested in writing you business logic as JavaDelegates you would have an easier time building a spring boot application for the engine than you would using Camunda Run.
Camunda Run is designed to be used by people who intend to externalize their business logic with external tasks.