Hi All,
Due to already taken decission we’re working in a scenario where we used the predefined Flowable WARs in a tomcat.
In this scenarios there’s any way to execute custom queries (whether via REST API or with the Flowable Java APIs)? As we dont started the engine ourselves we’re a seeking a way to connect to the one in the Tomcat.
Other options?
- Set up our custom mybatis but trying to leverage pools?
- Can we instatiate the engine only for execute custom queries?
- Way to create extensions to the Flowable rest API? Like a custom query operation?
Thanks in advanced