Version: DSpace 3.1 (XMLUI)

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/Submission-disappearing-in-configurable-Workflows-tp4663680.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to