Integrate with PlayFramework?

We have a project that uses PlayFramework 2.5 however I’m not sure how to integrate Flowable with it.

It doesn’t use Spring, only Guice.

Hi,

Flowable isn’t dependent on Spring, so it’s also possible to use it without it. Just build the ProcessEngineConfiguration using Java and it should work without a Spring dependency.

Best regards,

Tijs

Oh that makes sense. Thank you!