Skip to content

theproductiveprogrammer/flowable-service-tasks

Repository files navigation

Flowable Service Tasks

Problem

We need a way to add service tasks to a flowable docker container.

Way

Add service tasks to this repository (under com.salesboxai.flowable) and then run the build.sh to rebuild flowable-tasks.war and create a new docker image called flowable.

Example

This repository is an eclipse project populated with a test Flowable Service that does nothing but print out a message when invoked.

TestDelegate

Now we build the new Docker image

$ ./build.sh

Then we run the flowable and we’re done!

$ ./run.sh

Demo

See the demo video.

Setting JDBC

By default the docker image uses the in-memory h2 database. This can be overridden by setting the application.properties file contained in this repo.

About

Sample repository for creating service tasks for a Flowable Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •