Hi,
I am using container shared process engine and deployed all my microservices into same container.
- Tomcat
- Multiple Microservices - each has excluded tomcat, camunda-engine-spring.
Able to complete the workflow successfully, if have given package name and java class option in the implementation dropdown of the camunda modeler.
Delegate Expression is also working for Unshared Process engine.
I am facing issue only on shared process engine with Delegate Expression and
got Unknown property used in expression: ${beanName} Cause: Cannot resolve identifier ‘beanName’.
I have used camunda-engine-spring in the each application and heard that SpringProcessApplicationElResolver will detect automatically to identify the right application context. am not sure how to validate this and pls help me on this.