Hello:

I'm doing something like this, and the __tags__ array into the
workitem gets bigger and bigger duplicating the tag in the __tags__
array

May be is an expected behavior, I solved the issue not
using :merge_type => :union in this case, I just wondering if its ok
to duplicate tags in this case.

repeat do
  cursor :tag => "events_test" do
    concurrence :merge_type => :union do
      sequence do
        # there are more here...
        other_participant
      end
      sequence do
        # there are more here...
        send_and_forget_participant
      end
    end
  end
end


https://gist.github.com/1104332

Thanks for your nice work John.

P

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