OpenWFE is a workflow engine. It is robust, extensible, and scalable. Access libraries for Python, Perl, and .NET make it easy to write custom interfaces or agents (automatic participants) for a workflow-enabled system.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This version introduces variable substitution, an
important new feature in its process definition
language. When used in the attribute value of a
tag, "${myvar}" is resolved to the content of the
"myvar" variable. Coupled to an iterator or a
concurrent-iterator, it can simplify definitions
dramatically. The webclient and drolo are now
avaible as WARs to drop in your Tomcat webapps/
tree or whichever Java webapp server you are
using. Lots of small bugs were fixed, leading to a
very innovating but robust release.