flowable/flowable-rest

By flowable

Updated about 2 months ago

Spring Boot 2 app exposing all the Flowable REST APIs (with Swagger documentation)

Image
22

500K+

flowable/flowable-rest 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

docker run -p8080:8080 flowable/flowable-rest
Swagger

The Swagger docs will be available on http://localhost:8080/flowable-rest/docs

login: rest-admin password: test

Optional environment properties;
  • SERVER_PORT=8080
  • SPRING_DATASOURCE_DRIVER-CLASS-NAME=org.postgresql.Driver
  • SPRING_DATASOURCE_URL=jdbc:postgresql://:5432/flowable
  • SPRING_DATASOURCE_USERNAME=flowable
  • SPRING_DATASOURCE_PASSWORD=flowable
  • FLOWABLE_REST_APP_ADMIN_USER-ID=rest-admin
  • FLOWABLE_REST_APP_ADMIN_PASSWORD=test
  • FLOWABLE_REST_APP_ADMIN_FIRST-NAME=Rest
  • FLOWABLE_REST_APP_ADMIN_LAST-NAME=Admin

Tag summary

Content type

Image

Digest

sha256:708dfa32f

Size

164.4 MB

Last updated

about 2 months ago

docker pull flowable/flowable-rest