On Sun, Jan 24, 2010 at 1:54 AM, Kerwin <[email protected]> wrote: > > What is the right way to make a process wait on a participant until a > given date/time ? Is to use the wait :until => my_date expression ? > Similarly, is it possible to schedule a process launch ?
Hello Anthoine, many thanks for the kudos. Is participant :ref => 'toto', :timeout => yourdate what you need ? Note that any expression may benefit from a timeout, as in : http://github.com/jmettraux/ruote/blob/ruote2.1/test/functional/ft_15_timeout.rb#L181-202 Cheers, -- 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
