Flowable
Tip
开源工作流项目
docker部署
docker run -p 8080:8080 flowable/all-in-one
Flowable IDM (http://localhost:8080/flowable-idm)
Flowable Modeler (http://localhost:8080/flowable-modeler)
Flowable Task (http://localhost:8080/flowable-task)
Flowable Admin (http://localhost:8080/flowable-admin)
user: admin
password: test
数据库转MySQL
Tip
flowable 默认数据库是H2