[EP-tech] Re: How to link to another stage in workflow
Yuri
yurj at alfa.it
Fri Nov 9 10:10:16 GMT 2012
Il 09/11/2012 10:25, Roland Roth-Steiner ha scritto:
> Hello,
>
> 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.
It is not a full graph, it is quite linear but with this trick you can
do a lot of "jumps".
More information about the Eprints-tech
mailing list