Flowable Support for Micronaut

Hello,

I am wondering if Flowable has support for non-spring dependency injection frameworks such as Micronaut? I’d like to use Flowable for a POC project at work but we are a Micronaut shop. I realize that Flowable can be configured in standalone mode, but am wondering if it is possible to use a DI framework besides spring.

Flowable engine itself is not dependent on Spring. You can use the process engine and the rest of the engines outside of spring.
Flowable provides an out-of-the-box implementation using spring but that doesn’t mean that’s your only choice.
Also, Micronaut provides support for spring beans, Which means basically that you can run spring code on a micronaut container and take benefit from all.