Hello, we recently decided to use Flowable as engine for an app we are developing. So far everything seem to be good with v6.5.0. To push some more I cloned the source code from git repository and tried to start the modeler app from IntelliJ by running the FlowableModelerApplication
’ main; but the small experiment ended with a huge number of errors, like the following:
/Users/[...]/flowable-engine/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/src/main/java/org/flowable/spring/boot/app/AppEngineServicesAutoConfiguration.java
Error:(15, 28) java: package org.flowable.app.api does not exist.
IntelliJ detects the package and the project seems to be ok. I have checked the deploy and distro maven profiles (as explained in a previous post).
The IntelliJ version is 2019.1 and Java version is 8.
So, at this point, I would greatly appreciate some guidance to be able to start the project from Intellij.
Thank you,
Alexandru