"Fossies" - the Fresh Open Source Software Archive

Member "daisy-2.4.2/services/workflow/README.txt" (9 Feb 2007, 486 Bytes) of package /linux/www/old/daisy-2.4.2-src.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Workflow functionality for Daisy.
    2 
    3 Internally based on jBPM.
    4 
    5 IN CASE OF UPGRADING JBPM:
    6  - Database schema installation and version check is handled in CommonWorkflowManager
    7 
    8  - Look at the following files in our source to make them in sync
    9    with the versions from the new jBPM sources:
   10       - jbpm.converter.properties
   11       - jbpm.varmapping.xml
   12       - (possibly: jbpm.cfg.xml)
   13       - DaisyJobExecutor and DaisyJobExecutorThread: update overriden methods with up-to-date version