Sign inSign up

flowable/flowable-modeler

By flowable

Updated over 6 years ago

Spring Boot 2 app for editing (and deploying) your Flowable processes, forms and decision tables.

Image
20

100K+

flowable/flowable-modeler repository overview

Part of the Flowable eco system. (visit http://flowable.org for more info) For pre configured docker compose configurations and start / stop scripts; https://github.com/flowable/flowable-engine/tree/master/docker

To start a container with a in memory H2 database; (the IDM app must be running)

docker run -p8888:8888 -e FLOWABLE_COMMON_APP_IDM-URL=http://<host-ip>:8080/flowable-idm -e FLOWABLE_COMMON_APP_IDM-ADMIN_USER=admin -e FLOWABLE_COMMON_APP_IDM-ADMIN_PASSWORD=test flowable/flowable-modeler
Required environment properties;
  • FLOWABLE_COMMON_APP_IDM-URL: full url of the IDM app; used for server to server communication
  • FLOWABLE_COMMON_APP_IDM-ADMIN_USER: IDM admin user (when running with default configuration: admin)
  • FLOWABLE_COMMON_APP_IDM-ADMIN_PASSWORD: IDM admin password (when running with default configuration: test)
Optional environment properties;
  • SERVER_PORT: the Tomcat server port (default 8888)
  • FLOWABLE_COMMON_APP_IDM-REDIRECT-URL: full url of the IDM app; used for client browser redirection (f.e. http://localhost:8080/flowable-idm)
  • FLOWABLE_MODELER_APP_DEPLOYMENT-API-URL: full url of Flowable Process Engine API (f.e. http://flowable-task-app:9999/flowable-task/app-api)
  • SPRING_DATASOURCE_DRIVER-CLASS-NAME: f.e. org.postgresql.Driver
  • SPRING_DATASOURCE_URL: f.e. jdbc:postgresql://:5432/flowable
  • SPRING_DATASOURCE_USERNAME: f.e. flowable
  • SPRING_DATASOURCE_PASSWORD: f.e. flowable

Tag summary

Content type

Image

Digest

Size

97.3 MB

Last updated

over 6 years ago

docker pull flowable/flowable-modeler