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 On Wednesday, October 30, 2024 at 8:59:36 PM UTC-5 Deepak wrote: > > 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 dspace-community+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/dspace-community/f5c3faee-e396-4509-ad1e-99e93151b3d5n%40googlegroups.com.