A powerful and extensible workflow management engine, written in Smalltalk
A powerful and extensible workflow management engine, written in Pharo originally by Netstyle.ch.
Some important points:
Read the whitepaper for further information
This version is a fork from the Netstyle repository and the changes we are doing will be retrofitted to the main repository if Netstyle wants.
History: Workflow was conceived 2005 and originally written in Squeak Smalltalk and was originally called “Aare”, as the swiss river.
Evaluate the following in a workspace to quickly load the project:
Metacello new
baseline: #Workflow;
repository: 'github://Ducasse/Workflow:master/src';
load.