Hello All,
We are on Camunda 7.6.2 EE and applied required patches.
Randomly processes are getting stuck with below exception message
Unknown property used in expression: ${updateMessageTextDelegate}. Cause: Cannot resolve identifier ‘updateMessageTextDelegate’
${updateMessageTextDelegate} is a spring component bean and declared as needed in java class. Issue is random that this class is invoked sometimes and fails sometimes with above error.
@Component(“updateMessageTextDelegate”)
public class UpdateMessageTextDelegate implements JavaDelegate {
Please share your valuable thoughts. Appreciate the help.
Thanks,
Manoj