Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java alternative to Windows Workflow Foundation

What Java alternatives are there to Windows Workflow Foundation? I am looking for something that provides at least the same features that WWF does, and has the same flexibility and relative ease of use. I would very much prefer a free solution.

like image 380
kjv Avatar asked Apr 17 '09 22:04

kjv


People also ask

What replaces Windows Workflow Foundation?

The most flexible alternative to WF, microservice development is great for breaking down your application into distinct services and develop each independently. It's just like WF: you make each business action a service, then combine them into one process.

Is Windows Workflow still supported?

Windows Workflow Foundation - . NET Framework | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

What is Windows Workflow Foundation used for?

Windows Workflow Foundation (WWF or WF) is a framework for creating and managing workflows within . NET applications. It treats each step of a process as an activity, working with a . NET library of activities and adding custom activities for other kinds of functionality.


2 Answers

There are several great workflow engines for Java JBPM is one.

Others can be found here.

like image 180
Jim Blizard Avatar answered Sep 22 '22 18:09

Jim Blizard


We've used OSWorkflow and had success with it. In particular, it was easy to integrate with Spring and Quartz.

http://www.opensymphony.com/osworkflow/

like image 26
cliff.meyers Avatar answered Sep 19 '22 18:09

cliff.meyers