if I have 2 java classes with the same name but different packages and both implements org.camunda.bpm.engine.delegate.JavaDelegate how to configure them in send task Delegate Expression?
Is it running on spring boot?
Yes it’s running under Spring boot using Camunda 7.21.0
If you want you can use the @Named
annotation to give both beans different names and then they can be called independently.
can you provide me the link to the documentation.
It’s not really anything to do with Camunda - but rather the spring framework.
Here’s where you can read about it: Spring @Bean Annotation | DigitalOcean
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.