Flowable IDM default username and password

Flowable IDM default username and password

Flowable is a fantastic tool for BPMN process implementations in java with spring boot frameworks.

 

You have to download flowable-6.4.0(latest while writing this article) and download the apache tomcat, then move all the below five war files to webapps then do tomcat restart for the deployments.

  1. flowable-admin.war
  2. flowable-idm.war
  3. flowable-modeler.war
  4. flowable-rest.war
  5. flowable-task.war

Then you will be able to see the list of flowable wars deployed in the manager of apache tomcat in this url
http://localhost:8080

Url to access:
http://localhost:8080/flowable-admin/#/engine

Default username and password:
username: admin
password: test

Leave a Reply