OS Workflow Replacement

1k Views Asked by At

We have a Java application that uses Open-Symphony workflow, we are re-designing this application and trying to replace OS Workflow with new open-source workflow engines, since OS WF has reached its final stages. What would be the best possible replacement of this OS workflow ?

Workflow should facilitate current steps, persist history steps, actions, pre and post conditions for each step.

I looked into JBPM and Activiti workflows, but this looked pretty heavy for my application as they come with more features.

Any thoughts would be much appreciated.

1

There are 1 best solutions below

1
On

My first contribution to the jbpm (early drools flow) project was the support for osworkflow features. Jbpm is ultra flexible and what you can do is to create simple semantic on top of it and use the core engine only to serve your needs.