Thank you for the information,  I tried it both ways and I am sure I am missing 
something.

git://gist.github.com/3868609.git

I also had the define of the avail1 process un the initial pdef string and it 
still did not work.

It just skips it.

I do need the process definition to be a string or something storable as I have 
to get it from a library of processes that are available.

Mahalo

Don French

On Oct 10, 2012, at 12:00 PM, Torsten Schönebaum <[email protected]> 
wrote:

> 
> 
> Don French <[email protected]> wrote:
> 
>> Is it possible for a process to start a new process and not have to
>> wait 
>> for it. I want to haf the first process determine the process to run
>> from a 
>> database, start it and be done.This is at the end of a large process
>> that 
>> makes several decisions to determine the proper process to start.
> 
> Yes, that's possible, there are even different ways to achieve that. You 
> could implement your own participant which launches a new process or you 
> could use the subprocess expression together with the forget attribute. See
> http://ruote.rubyforge.org/common_attributes.html#forget
> for details on that.
> 
> HTH,
> Torsten
> 
> 
> 
> -- 
> 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

-- 
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

Reply via email to