helix84,
              I would like to report a slight progress in the workflow
configuration. I am adding the config/workflow.xml file below. I was able
to have a user selection and a final edit step. The only problem was that
the last step(final edit step) was to be repeated (by reviewer) once. And
also where  can I edit the clickable links shown in submission page of
reviewer.? I am pretty new to this I don't know if this is right.


<!--Workflow where a reviewManager can select a single review who will then
either accept/reject the item-->
    <workflow id="selectSingleReviewer" start="selectReviewerStep">
        <roles>
            <role id="reviewer" name="Reviewer" scope="item"
description="These people select the item they want to review" />
            <role id="reviewmanagers" name="ReviewManagers"
scope="repository" description="These people are the reviewers"/>
            <role id="finaleditor" name="Final Editor"   description="These
people are responsible for final editing"/>
        </roles>


        <step id="selectReviewerStep" role="reviewmanagers"
userSelectionMethod=*"claimaction*">
            <outcomes>
                <step status="0">singleUserReviewStep</step>
            </outcomes>
            <actions>
                <action id="selectrevieweraction"/>
            </actions>
        </step>


        <step id="singleUserReviewStep" role="reviewer" userSelectionMethod=
*"claimaction"*>
            <outcomes>

*  <step status="0">finaleditstep</step>                <step
status="1">selectReviewerStep</step>*
           </outcomes>

           <actions>
               <action id="singleuserreviewaction"/>
           </actions>
        </step>

I have made the texts bolder where I have changed the config file. The
DSpace is run on ubuntu 14.04.

DSpace version:  5.0-rc4-SNAPSHOT
  SCM revision:  7b196cf63112fb00b553751d7197e4
064f1a3953
    SCM branch:  master
            OS:  Linux(amd64) version 3.13.0-40-generic
  Applications:
                OAI at http://192.168.240.83:8080/xmlui
                RDF at http://192.168.240.83:8080/xmlui
                XMLUI at http://192.168.240.83:8080/xmlui
                JSPUI at http://192.168.240.83:8080/xmlui
     Discovery:  enabled.
           JRE:  Oracle Corporation version 1.7.0_65
   Ant version:  Apache Ant(TM) version 1.9.4 compiled on April 29 2014
 Maven version:  3.2.5
   DSpace home:  /home/dspace/DSpace/dspace-build

Is this the right way to do it. If there is a better method to do it please
let me know.



On Tue, Jan 13, 2015 at 6:35 PM, helix84 <heli...@centrum.sk> wrote:

> I looked only briefly, the immediate problem seems to be that either the
> eperson or (more likely) the workflow item is null:
>
>
> https://github.com/DSpace/DSpace/blob/dspace-5.0-rc3/dspace-api/src/main/java/org/dspace/xmlworkflow/WorkflowRequirementsManager.java#L126
>
> I don't know what it means in the bigger picture.
>
> Meanwhile you should try following the new version of the docs:
> https://wiki.duraspace.org/display/DSDOC5x/Configurable+Workflow
>
> There have been changes to that page, at least in the way the extra
> database tables are created is now different (DS-2243).
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
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