This project contains a spring boot application to launch the web based flowable process modeler app. Alternatively you can download the flowable war file and deploy it yourself.
There is currently no standalone Desktop version of the modeler available
- Start the application like a regular spring boot application
- Run
./gradlew bootRun
or via IntelliJ in the main classFlowableModeler.java
- Open the ui app under
http://localhost:8080/idm/#/login
- Enter the credentials
admin:test
- Run
- Open the app "Modeler App" in the UI
- Start creating your process models
- Run
docker run --name flowable-postgres -e POSTGRES_PASSWORD=postgres -d -p 5432:5432 postgres
- Uncomment
implementation "org.postgresql:postgresql:42.2.19"
inbuild.gradle
- Uncomment spring-datasource in
application.yaml