Sign inSign up

flowable/flowable-admin

By flowable

Updated over 6 years ago

Spring Boot 2 app for administering your deployed Flowable assets

Image
12

500K+

flowable/flowable-admin 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 -p9988:9988 -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-admin
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 9988)

  • 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

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_PROCESS_SERVER-ADDRESS: http://

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_PROCESS_PORT: f.e. 9977

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_PROCESS_CONTEXT-ROOT: f.e. flowable-rest

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_PROCESS_REST-ROOT: f.e. service

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_CMMN_SERVER-ADDRESS: http://

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_CMMN_PORT: f.e. 9977

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_CMMN_CONTEXT-ROOT: f.e. flowable-rest

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_CMMN_REST-ROOT: f.e. cmmn-api

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_DMN_SERVER-ADDRESS: http://

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_DMN_PORT: f.e. 9977

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_DMN_CONTEXT-ROOT: f.e. flowable-rest

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_DMN_REST-ROOT: f.e. dmn-api

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_FORM_SERVER-ADDRESS: http://

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_FORM_PORT: f.e. 9977

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_FORM_CONTEXT-ROOT: f.e. flowable-rest

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_FORM_REST-ROOT: f.e. form-api

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_CONTENT_SERVER-ADDRESS: http://

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_CONTENT_PORT: f.e. 9977

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_CONTENT_CONTEXT-ROOT: f.e. flowable-rest

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_CONTENT_REST-ROOT: f.e. content-api

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_APP_SERVER-ADDRESS: http://

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_APP_PORT: f.e. 9977

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_APP_CONTEXT-ROOT: flowable-rest

  • FLOWABLE_ADMIN_APP_SERVER-CONFIG_APP_REST-ROOT: app-api

Tag summary

Content type

Image

Digest

Size

97.9 MB

Last updated

over 6 years ago

docker pull flowable/flowable-admin