Additional process engine using H2 in Spring

Hi! Is there a way to create over Spring configuration to create an additional process engine to the default using h2 ?

1 Like

Hi @devj87,

yes, you can create more than one process engine via Spring. Just add another bean for the additional engine.

What is your use case? What environment do you have (embedded process engine, shared process engine, cluster)?

See the User Guide for Spring configuration:

Best regards,
Philipp

Thanks for reply @Philipp_Ossler I was able to add it and it work following your post