I have created the Spring boot application and included maven dependencies as
dependency flowable-spring-boot-starter ,flowable-spring-boot-starter-rest and flowable-engine
The starters you mention don’t include the UI modules.
You’d need these modules:
flowable-spring-boot-starter-ui-admin
flowable-spring-boot-starter-ui-idm
flowable-spring-boot-starter-ui-modeler
flowable-spring-boot-starter-ui-task
@joram thanks for the reply.
I am not able to find these starters in maven repository.
Can you please point to any link or document?
I have added few dependencies but no luck. In addition to adding these dependencies, do I need to make any configuration changes?
And still there is no straight answer to this one, even on that link your showing, is just creating a circular navigating.
So please, can anybody provide the recipe to configure those ui-* in spring boot so they can be accessible on browser?
I know this is an old thread and I’ve seen quite a few threads where people were asking the very same question: how to make Flowable Web UI applications work in a spring boot project. Here I will give a step-by-step instruction on how to do it.
First of all, I am not a flowable developer myself. Although I have played with Flowable on-and-off for sometime, I still consider myself a beginner and am still exploring it myself.