Hi,

I wonder what the correct Ruby syntax for openwfe to run jobs in
concurrence? I have the following test code:

class TheProcessDefinition0 < OpenWFE::ProcessDefinition
  def make
    process_definition :name => "test", :revision => "0" do
      concurrence do
        participant :aaa
        participant :bbb
      end
    end
  end
end

But bbb never runs unless aaa finishes. I assume this defintion
makes aaa and bbb run in separate threads.

Thanks.

Liwen


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

Reply via email to