On Sun, Dec 7, 2008 at 10:37 AM, John Mettraux <[EMAIL PROTECTED]> wrote: > > On Sun, Dec 7, 2008 at 4:55 PM, John Mettraux <[EMAIL PROTECTED]> wrote: >> On Sun, Dec 7, 2008 at 3:07 AM, Kenneth Kalmer <[EMAIL PROTECTED]> wrote: >>> >>> Seems I'm too rushed to figure how to implement this properly right >>> now, but have a look at >>> http://github.com/kennethkalmer/ruote/commit/4d4ff3f66581eaf8edf7cd9f5ebc122e09b0d924 >>> where I added a failing test with this process: >>> >>> class Test1 < OpenWFE::ProcessDefinition >>> sequence :on_cancel => 'decommission' do >>> alpha >>> end >>> >>> process_definition :tag => 'decommission' do >>> sequence do >>> decommission_agent >>> end >>> end >>> end >>> >>> This would be very handy in long running processes that interact with >>> a lot of outside systems, but somehow I can't find the spot to get it >>> implemented (yet). >> >> Hi Kenneth, >> >> thanks for that input, I've merged and pushed your changes. Thanks too >> for the require 'flowtest' improvement. >> >> OK, I will fix that. > > Fixed.
Hi John Just for the record, it's working beautifully so far! Thanks a mil -- Kenneth Kalmer [EMAIL PROTECTED] http://opensourcery.co.za --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruote (OpenWFEru) users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
