Hi, I’m new to Camunda and I’m trying to set a delegate expression to set the @Component name of a Bean as the implementation of a service task. I want to use the fully qualified name of the bean (com.example.MyBean) but when I deploy the application it throws an exception Cause: Cannot resolve identifier ‘com’".
I think the problem is the “.” after com…
Somebody knows the correct syntax? I have to use ", ’ , .…