I enabled XML Workflows and tried adding 4th step, but I was unable to submit
an item. My submissions just disappeared. So I did a fresh install.

1. I did a fresh install (for the problem explained below), created admin,
created xml workflow tables using postgres/xmlworkflow/xml_workflow.sql 

2. Edited workflow.xml by duplicating "editstep" in default workflow and as
result created 4 step workflow. 

<workflow start="reviewstep" id="myflow">
        <roles>
            <role id="reviewer" name="Supervisor" description="" />
            <role id="editor" name="Format Checker" description=""/>
            <role id="checker" name="ACB" description=""/>
            <role id="finaleditor" name="Librarian" description=""/>
        </roles>

        <step id="reviewstep" role="reviewer"
userSelectionMethod="claimaction">
            <outcomes>
                <step status="0">editstep</step>
            </outcomes>
            <actions>
                <action id="reviewaction"/>
            </actions>
        </step>
        <step id="editstep" role="editor" userSelectionMethod="claimaction">
            <outcomes>
                <step status="0">checkstep</step>
            </outcomes>
            <actions>
                <action id="editaction"/>
            </actions>
        </step>
        <step id="checkstep" role="checker"
userSelectionMethod="claimaction">
            <outcomes>
                <step status="0">finaleditstep</step>
            </outcomes>
            <actions>
                <action id="editaction"/>
            </actions>
        </step>
        <step id="finaleditstep" role="finaleditor"
userSelectionMethod="claimaction">
            <actions>
                <action id="finaleditaction"/>
            </actions>
        </step>
    </workflow>

3. Assigned admin all to all these 4 steps 
4. Went through submission item process. 
5. When finished submission, there was nothing in "Submissions", nothing in
Tasks pool and etc, my submission disappeared



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-Add-more-than-3-Workflow-Steps-tp4663012p4663855.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to