EPrints Technical Mailing List Archive

Message: #01291


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: How to link to another stage in workflow


Hello Yuri,

thanks for your reply, but I want to display a _link_ to a previous stage (upload), not display the stage itself.



how can I link from one workflow-stage to another?

Thanks

you can use condition on stages:

<epc:if test="type = 'my_type'">
<stage ref="my_next_stage"/>
<epc:choose>

so you can include/exclude stages. When you click on "Next", the
workflow flow is recreated using this condition, so you can hide the
next three stages and go to the fourth.


--
.......................................
Roland Roth-Steiner
Dipl.-Bibl. + M.Sc.(Wirtsch.-Inf.)
. Univ.- und Landesbibliothek
... Elektronische Informationsdienste
... Fachreferent Wirtschaft
. Schloss, 64283 Darmstadt
+49 (0)6151 16-5858
.......................................