项目作者: Netstyle

项目描述 :
A powerful and extensible workflow management engine, written in Smalltalk
高级语言: Smalltalk
项目地址: git://github.com/Netstyle/Workflow.git
创建时间: 2017-08-23T07:12:17Z
项目社区:https://github.com/Netstyle/Workflow

开源协议:MIT License

下载


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:

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