unable to choose alternative workflows

36 views
Skip to first unread message

Deepak

unread,
Oct 30, 2024, 9:59:36 PM10/30/24
to DSpace Community

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




DSpace Community

unread,
Nov 18, 2024, 12:30:18 PM11/18/24
to DSpace Community
Hi Deepak,

Based on the configuration you shared, the "scoreReview" workflow is ONLY enabled for the Collection with Handle "123456789/1".  So, it will only work for a single collection, unless you set its "key='defaultWorkflow'" (in which case it'd be the default workflow for all Collections).

See the Configurable Workflow docs for more details : https://wiki.lyrasis.org/display/DSDOC7x/Configurable+Workflow

Tim
Reply all
Reply to author
Forward
0 new messages