Hi,
I am trying to enable alternative workflows with DSpace7. In the file 
dspace/config/spring/api/workflow.xml, I have added a new entry with a key 
and value-ref with a community handle. 

<bean class="org.dspace.xmlworkflow.XmlWorkflowFactoryImpl">
<property name="workflowMapping">
<util:map>
<entry key="defaultWorkflow"
value-ref="defaultWorkflow"/>
<!-- <entry key="123456789/4" value-ref="selectSingleReviewer"/>-->
<entry key="123456789/1" value-ref="scoreReview"/>
</util:map>
</property>
</bean>

I restarted the docker container. When the submitter deposits an item, it 
moves on to a pool and only one reviewer can 'claim' that item for review.  
This is the default workflow behaviour.  How will I know that scoreReview 
is enabled? How do multiple reviewers be assigned to review a workflow item?

Thanks,
Deepak




-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/dspace-community/43163eca-d002-40fb-b266-879ca7d8533en%40googlegroups.com.

Reply via email to