On Wed, Apr 1, 2009 at 4:34 PM, Makarand <[email protected]> wrote: > > Is there a way you would suggest page transition in workflow > ( transition_to in jbpm ) ?
Hi, you might want to have a look at the "step" expression : http://openwferu.rubyforge.org/expressions.html#exp_step http://jmettraux.wordpress.com/2008/01/04/the-trouble-ticket-process/ But, if you take a look at this process definition : <sequence> <participant ref="alpha" /> <participant ref="bravo" /> </sequence> you will notice that the transition is implicit. Ruote is not a state machine engine. > Also is there any consolidated documentation(scope and usage) > available for different tools such as rufus-mnemo, rufus-scheduler, > rufus-verbs etc ? Yes, the documentation for these different libraries is at : http://rufus.rubyforge.org/ Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
