Sign inSign up

flowable/flowable-task

By flowable

Updated over 6 years ago

Spring Boot 2 app for executing your Flowable workflows

Image
8

100K+

flowable/flowable-task 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 -p9999:9999 -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-task
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 9999)
  • FLOWABLE_COMMON_APP_IDM-REDIRECT-URL: full url of the IDM app; used for client browser redirection (f.e. http://localhost:8080/flowable-idm)
  • 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

120.3 MB

Last updated

over 6 years ago

docker pull flowable/flowable-task