Skip to content

Releases: viadee/bpmn.ai

Activity data level variable update fixed #36

12 Dec 22:18
2490e04
Compare
Choose a tag to compare

Made faster, packages renamed and preparations for UI

24 Sep 13:23
Compare
Choose a tag to compare
  • IMPORTANT: package structure has been changed in this version. If you used an older version make sure to update your code imports and maven/gradle dependencies.
  • Speed update through using caching in Spark applications
  • fixed a bug for activity level processing (sometimes variable data was missing in output)
  • preparations for bpmn.ai-UI that will also be released on github

Docker support added

16 Jul 18:29
Compare
Choose a tag to compare

bpmn.ai can now directly be run via Docker.

Pipeline refactored

15 Mar 08:09
Compare
Choose a tag to compare

In this release the pipeline has been refactored to reduce the number of dependencies between the steps of the default pipelines to a minimum.
Configuration files are now created per Spark application (by adding a suffix to the filename), so that multiple configurations can exists in the same working directory next to each other.