Workflow

Description

A powerful and extensible workflow management engine, written in Smalltalk

Details

Source
GitHub
Dialect
squeak (40% confidence)
License
MIT
Stars
22
Forks
3
Created
Aug. 23, 2017
Updated
Oct. 27, 2025
Topics
pharo-smalltalk smalltalk squeak workflow-engine

Categories

Games

README excerpt

# Workflow
A powerful and extensible workflow management engine, written in [Pharo](http://pharo.org) 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](https://github.com/pharo-vcs/iceberg) and is compatible with [Pharo](http://pharo.org).
- Read [the whitepaper](https://github.com/Netstyle/Workflow/blob/master/Workflow-whitepaper.pdf) 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](http://squeak.org) and was originally called "Aare", as the swiss river.

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

```smalltalk
Metacello new
  baseline: #Workflow;
  repository: 'github://Ducasse/Workflow:master/src';
  load.
```
← Back to results