> ---8<---
> # call with GET /process_definition/special?participants=alpha,bravo,charly
> #
> get '/process_definition/special' do
>
>  %{
>    OpenWFE.process_definition :name => 'special' do
>      cursor do
>        #{params['participants'].split(',').join(';')}
>      end
>    end
>  }
> end
> --->8---
>
> Process definitions generated on the fly vs as static documents, there
> are a bunch of different techniques. Questions are welcome.
>
> Maybe that's a bit evil and you lose the benefit of a clear process 
> definition.

Hi John,
    Thanks for the suggestions.  Building the process definitions on
the fly seems like the best way for me to go, and I've got a system in
place now which will do this thanks to your recommendation.  I
appreciate the help!

-Patrick

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