On Mon, Mar 10, 2008 at 7:17 PM, harshal <[EMAIL PROTECTED]> wrote: > > Is it possible to invoke XML and Ruby scripts in *almost same* ways? > Can you please provide some examples by which XML scripts can be > executed from Rufus?
It's also possible to launch processes by "reference" : ---8<--- engine.launch "file:process_definitions/process_1.xml" engine.launch "http://my.company.content.server/processes/process_xyz.rb" li = LaunchItem.new li.workflow_definition_url = "http://my.company.content.server/processes/process_xyz.rb" li.customer = { "name" => "Toto", "title" => "Sir" } engine.launch li --->8--- Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru dev" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
