BpmnParseListener create ELValueProvider

Hello,

I would like to set the business key value provider with an ELValueProvider object in the listener when parsing a CallActivity task. To create that Object I would need to have access to an ExpressionManager to create the expression.

Is that possible in the listener?

Regards

Alexander

Hi,

I could solve the problem. I just added the ProcessEngineConfiguration during registering of the listener to the listener itself. Then I could access the ExpressionManager in the parse method via the ProcessEngineConfiguration.

Thanks

Alex