On Wed, Dec 9, 2009 at 5:00 AM, Enrico Bianco <[email protected]> wrote: > > http://gist.github.com/251931 > > The above is a gist of a monkey patch I created to add the ability to > specify :at instead of :after for the timeout expression. This would > allow one to specify the particular time at which a block of a process > will be cancelled rather than the duration for which it'll be active. > > Just wanted to get some feedback on this. Am I doing this right?
Hi Enrico, this looks excellent. Most of the time, the timeout I have experienced were declared relatively to the start time of an activity / set of activities. Hence the lack. Andrew has requested this feature a while back. It is thus present in the 2.1 line. 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
