Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.11 KB

Workflow

A powerful and extensible workflow management engine, written in Pharo originally by Netstyle.ch.

Some important points:

  • This repository contains only the engine and no examples or user interfaces as shown in the whitepaper.

  • The original engine depended on the OmniBase object database. We have removed this dependency from this version.

  • The source has been exported with Iceberg and is compatible with Pharo.

  • 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.

Installation

Evaluate the following in a workspace to quickly load the project:

Metacello new
  baseline: #Workflow;
  repository: 'github://Ducasse/Workflow:master/src';
  load.