A very good day to all.
I would like to ask a question which related to Delegate expression for Execution Listener.
Based on my understanding for Listener configuration, if we choose:
Type: Delegate expression
Delegate expression: ${springBean}
With the above configuration, activiti engine will triggered execute method in the defined ${springBean} above.
Can we setup the configuration with filling up the Delegate expression with a unique code, and at the backend, we will interpret the code to the actual bean? Can we override DelegateExpressionExecutionListener.class to handle this requirement? Or is there any other suggestion?
Any advise is appreciated. Thanking in advance.