Old web page is here
http://www.esw.inesc-id.pt/worksco
NOTE: WorkSCo is currently undergoing major changes. The engine is being completely rebuilt using a new architecture. We expect to post some developments here soon.
WorkSCo - Workflow with Separation of Concerns
Overview
WorkSCo (Workflow with Separation of Concerns) is an object-oriented framework written in Java that provides software programmers with common workflow concepts (e.g. control flow, data flow, activities, process definition, instantiation, etc) that they can use in their code. This framework is developed using a micro-kernel architecture where the kernel contains basic workflow concepts and these are extended in pluggable modules that provide extra functionality (monitoring, access control, dynamic changes in the model). The kernel also contains the implementation of an engine that provides the enactment of workflow instances based on their definitions thus providing a simple and functional workflow management system.
<worksco AT SPAMFREE esw DOT inesc-id DOT pt>
Goals
Documents
People
Project Leader
Development Team
Dulce Domingos
Pedro Tiago Vieira
Funding
Institutions
Download
Please consult the WorkSCo Developer's Page at sourceforge.net:
http://sourceforge.net/projects/worksco/
Installation
Requirements: (you should have this before trying to install WorkSCo)
Java 2, version 1.4.x or later
Apache Ant, version 1.6.x or later (for building from source code)
The installation information is packaged with the downloadable versions of WorkSCo available from
WorkSCo Developer's Page at sourceforge.net. Look for file "INSTALL.txt".
Software Engineering Group