From: Pieter v. Z. <pv...@us...> - 2005-07-07 10:33:59
|
Update of /cvsroot/coefficient/csir-workflow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12929/modules/csir-workflow Added Files: README.txt INSTALL.txt Log Message: removed install instructions from readme. It gives an overview of what it is --- NEW FILE: INSTALL.txt --- Coefficient: CSIR-Workflow module ================================ version 0.9.6 01 July 2005 Requirement Notes: ------------------ The core coefficient ejb module installed. Please read it's INSTALL.txt Deploy Notes: ------------- 1. Extract the tar.gz and deploy the ear file to the {JBOSS_HOME}/server/default/deploy/ directory --- NEW FILE: README.txt --- ================================ Coefficient: CSIR-Workflow module ================================ version 0.9.6 01 July 2005 The workflow allows a user to define a set of states, state transitions, rules, and actions. States allow a user to define which modules will be visible when in that state. They also allow definition of any number of State Transitions. A State Transition allows a user to define a set of Rules that will cause the workflow to move into a different state. They also allow the user to define any actions that should be taken on moving from the current state. These powerful mechanisms allows a user to create a workflow that will guide the user through stages of content creation without the project user having to know all the domain knowledge that the workflow writer has. The workflow is utilized by the coefficient architecture and is based on the csir-workflow project (a LGPL project). |