Mozart - a BPM platform written in Elixir

Hi, I am interested in using Mozart to analyze its capabilities, do you have videos?

Hello, Uriel. No, sorry, I donā€™t have any videos. But I can try to get you started.

Mozart roughly has the basic capabilities of any BPM platform. Do you have experience with BPM in general? Also, do you have experience programming in Elixir?

Hi again, yes I will try to run Mozart in my local machine, I have experience in BPM with IBM, Appian, Camunda mostly but I was wondering if with Elixir exists something so it was a surprise finding Mozart, I know a story about the performance and its limits reached using Java in BET365 but they could find a better way and scalability using Erlang so that is my motivation

Ok. Thanks for providing the background. It sounds like you are very well versed in BPM.

As it stands right now, I really donā€™t know how Mozart performs relative to Appian, IBM BPM, Camunda, etc. I havenā€™t done any kind of serious performance testing. Also, I havenā€™t focused on performance and itā€™s likely that several things could be much more performant than they are. Performance testing is on my todo list but Iā€™m more interested in adding additional functionality at the moment.

The main reason I created Mozart is that I personally donā€™t prefer creating process models graphically using BPMN2 modeling tools. These are essentially, in my opinion, visual programming tools - something that I have never liked.

With the input of some on this forum, I started thinking how I might create a DSL for business process model creation using Elixir metaprogramming and decided to dive in.

If you havenā€™t already, you might glance at the Mozart docs at:

https://hexdocs.pm/mozart/api-reference.html

Also, you might find Opera useful. At this point, its a very, very basic POC for showing how Mozart might be used to create BPM related GUIs. You are welcome to experiment with an instance of it deployed to fly.io at:

https://opera-holy-bush-2296.fly.dev/

2 Likes

Version 0.9.x has been released.

Changes:

BPM Subprocess Refactor
Previously, BPM subprocesses were implemented as Elixir process instances. This proved to be difficult to stabilize. Now, only the top level BPM processes are implemented as Elixir processes. BPM subprocesses are now implemented via a stack of execution frames.

BPM Execution Engine Refactoring
Major code cleanup to the BPM execution engine.

Toward 1.x Release

Documentation and Examples
The application is now viable, minimally at least. Before releasing version 1.x, however, the documentation needs a lot of work. Additionally, a set of well documented examples is needed. This latter will be done in the context of Mozartā€™s companion project, Opera.

1 Like

Version 0.9.8 has been released.

New Features:

Add option to the send_task for dynamically generating its message based on process data.

Update receive_task to have access to state data for fine grained message correlation.

Allow multiple top level BPM processes per BPM module.

Added documentation property to user_task for integration into Mozart centered GUIs.

A large number of documentation updates.

Bug Fixes:

A case_task in a subprocess could cause an infinite loop. Fixed.

Opera (Mozart POC GUI) Updates

Each sample Mozart BPM module has a corresponding BPMN2 jpeg snapshot stored in the directory: priv/bpnm2/. This is especially useful for those user familiar with BPMN2, but will also be helpful to others as well.

Multiple sample BPM modules have been added. You should be able to find a sample module having each of the Mozart task types.

Reminder: Opera is deployed to Fly.io at:

https://opera-holy-bush-2296.fly.dev/

Itā€™s just a playground project. Feel free to experiment with executing and examining Mozart business processes. You canā€™t cause any harm.

You can also clone and run the project locally.

Announcing the release of Mozart 1.0.0.

New:

  • Process notes can be added to processes.
  • Promotion to version 1.0.0

Current State:

  1. Mozart is now feature complete, at least minimally.
  2. Development priority will be given to new GitHub reported issues.
  3. Opera - Mozart POC GUI has been updated with additional sample BPM models.

Itā€™s time for me to start looking for Elixir development work. Please let me know if you know of a position I might be suited for. Either permanent or contract is fine. The location either needs to be the Kansas City metro or remote.

Go Chiefs!!

3 Likes