The workflow parameters are going to be passed to the scheduled workflow right? Pat.
> From: John Mettraux <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > Date: Thu, 6 Sep 2007 10:21:58 +0900 > To: <[email protected]> > Subject: [openwferu-users] Re: Scheduling workflows > > > On 9/5/07, John Mettraux <[EMAIL PROTECTED]> wrote: >> On 9/5/07, Pat Cappelaere <[EMAIL PROTECTED]> wrote: >>> >>> Yes. :) >>> >>> $engine.launch(whatever, :immediately ) >>> $engine.launch(whatever, :at => DateTime.now + 1d) >>> $engine.launch(whatever, :in => 30s) >>> $engine.launch(whatever, :cron => "5 0 * * *") # every day, five >>> >>> Surviving an engine restart would be going for brownie points. >>> :) >> >> OK, >> >> http://rubyforge.org/tracker/index.php?func=detail&aid=13665&group_id=2609&at >> id=10026 > > Hi Pat, > > fei = $engine.launch(a_process, :in => "10m30s") > fei = $engine.launch(a_process, :cron => "5 0 * * *") > > fei will not be the identifier for the scheduled process (but rather > the one of the scheduling process). > > > OK ? > > -- > John Mettraux -///- http://jmettraux.openwfe.org > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "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 -~----------~----~----~----~------~----~------~--~---
