cancel
Showing results for 
Search instead for 
Did you mean: 

Override DelegateExpressionExecutionListener

shanegirl
Champ on-the-rise
Champ on-the-rise
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.
1 REPLY 1

trademak
Star Contributor
Star Contributor
Wouldn't using an expression instead of a delegate expression, solve your issue? Then you can pass along input parameters.

Best regards,