Hello,
I need to add a new workflow step to a collection.
In workflow.xml I added
<entry key="123456789/31" value-ref="thesisWorkflow"/>
<bean name="thesisWorkflow" class="org.dspace.xmlworkflow.state.Workflow">
<property name="firstStep" ref="reviewstep"/>
<property name="steps">
<util:list>
<ref bean="reviewstep"/>
<ref bean="editstep"/>
<ref bean="editsteptwo"/>
<ref bean="finaleditstep"/>
</util:list>
</property>
</bean>
<bean name="editsteptwo" class="org.dspace.xmlworkflow.state.Step">
<property name="userSelectionMethod" ref="claimaction"/>
<property name="role" ref="editor" />
<property name="outcomes">
<util:map>
<entry key="#{
T(org.dspace.xmlworkflow.state.actions.ActionResult).OUTCOME_COMPLETE}"
value-ref="finaleditstep"/>
</util:map>
</property>
<property name="actions">
<list>
<ref bean="editaction"/>
</list>
</property>
</bean>
I restarted tomcat, went to the collection Assign roles tab. I saw the 3
default workflow steps. My new step was nowhere to be found.
What I am doing wrong?
Thanks,
Hans
--
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 Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/dspace-tech/5246b5c3-5584-454a-aea4-19c3a9a65572n%40googlegroups.com.