I've been playing around with the current workflow system and have a few
questions comments :)
I guess first is a quick bug fix comment:
The CoreRuleSet is not adding the goto rule to its list of rules. So it like
kinda needs to be added :)
Anyhow,
I guess my main question concerns the branching on non-true/false things.
For Example:
I have a NEXT attribute in the context which names the next place in the
workflow I want to go to.
I want to be able to go to different Steps depending on the string.
Something like:
<core:and step="authenticate">
<core:descriptor name="NEXT" equals="LOGIN" />
</core:and>
or maybe like:
<core:equals step="authenticate">
<core:descriptor name="NEXT"/>
<core:descriptor name="LOGIN"/>
</core:and>
Is there a way to do this kinda branching already? I know that the web:goto
does branching, but I'm thinking of a more generic method.
Thanks for any info!
_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>