All Projects → Netstyle → Workflow

Netstyle / Workflow

Licence: MIT License
A powerful and extensible workflow management engine, written in Smalltalk

Programming Languages

smalltalk
420 projects
HTML
75241 projects

Projects that are alternatives of or similar to Workflow

unify-flowret
A lightweight Java based orchestration engine
Stars: ✭ 57 (+171.43%)
Mutual labels:  workflow-engine
dtm
A distributed transaction framework that supports multiple languages, supports saga, tcc, xa, 2-phase message, outbox patterns.
Stars: ✭ 6,110 (+28995.24%)
Mutual labels:  workflow-engine
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (+9.52%)
Mutual labels:  workflow-engine
NEAT
NEAT implementation in Pharo
Stars: ✭ 16 (-23.81%)
Mutual labels:  pharo-smalltalk
Squot
Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Stars: ✭ 45 (+114.29%)
Mutual labels:  squeak
laraflow
State machine and workflow package for Laravel Eloquent
Stars: ✭ 52 (+147.62%)
Mutual labels:  workflow-engine
cpsr
Cancer Predisposition Sequencing Reporter (CPSR)
Stars: ✭ 44 (+109.52%)
Mutual labels:  workflow-engine
CaseManagement
CMMN engine implementation in dotnet core
Stars: ✭ 16 (-23.81%)
Mutual labels:  workflow-engine
taska
Workflow Management for Biomedical exploration
Stars: ✭ 29 (+38.1%)
Mutual labels:  workflow-engine
libtensorflow-pharo-bindings
TensorFlow library bindings for Pharo
Stars: ✭ 30 (+42.86%)
Mutual labels:  pharo-smalltalk
zenaton-node
⚡ Node.js library to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 50 (+138.1%)
Mutual labels:  workflow-engine
Grease
The Grease Portability Library
Stars: ✭ 12 (-42.86%)
Mutual labels:  pharo-smalltalk
workflow
Neuro4j Workflow is a light-weight workflow engine for Java with Eclipse-based development environment. Workflow allows to build reusable business code and easy integrate your application with other external systems and technologies. It's open-source and distributed under the Apache license. Inspired by Demandware
Stars: ✭ 54 (+157.14%)
Mutual labels:  workflow-engine
Moose2Model
A software exploration tool to support developers during their work
Stars: ✭ 12 (-42.86%)
Mutual labels:  pharo-smalltalk
nactivity
workflow engine activity activiti
Stars: ✭ 55 (+161.9%)
Mutual labels:  workflow-engine
lightflow
A lightweight, distributed workflow system
Stars: ✭ 67 (+219.05%)
Mutual labels:  workflow-engine
hotsub
Command line tool to run batch jobs concurrently with ETL framework on AWS or other cloud computing resources
Stars: ✭ 29 (+38.1%)
Mutual labels:  workflow-engine
tukio
Tukio is an event based workflow generator library
Stars: ✭ 27 (+28.57%)
Mutual labels:  workflow-engine
tracker
CRS Ticket Tracker
Stars: ✭ 15 (-28.57%)
Mutual labels:  workflow-engine
zenaton-ruby
💎 Ruby gem to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 32 (+52.38%)
Mutual labels:  workflow-engine

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].