On Tue, May 19, 2009 at 1:20 PM, Li Xiao <[email protected]> wrote: > > Thanks a lot. Just for making sure I understand: > you mean: > 1. :definition_in_launchitem_allowed => false, only can load process > definition from lauchitem.definition_url. > 2. :definition_in_launchitem_allowed => true, can load any process > definitions that defined inside the runtime or load from urls.
Wrong. :definition_in_launchitem_allowed => false : engine will reject process definition loaded into launchitem This is how you load a process definition in a launchitem : process_definition = ... # XML process definition, Ruby process definition, ... li = OpenWFE::LaunchItem.new(process_definition) Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
