Is it possible to add a custom CorrelationBuilder?

I would like to replace the basic CorrelationBuilder, to add more custom features.

I was hoping to do this by some kind of configuration such as a plugin.

I can’t find any documentation that describes how this can be done. Is it event possible?

Thanks, Conor.

Hi Conor,

it’s possible. You can implement the interface CorrelationHandler and replace the default implementation by setting your handler on the ProcessEngineConfiguration
(e.g. via ProcessEnginePlugin).

Does this work for you?

Best regards,
Philipp

Hi Philipp,

Thanks for fast response. Yes that configuration should work. I will try it with the OOTB distro and let you know.

Thanks, Conor.