G'Day all.

We're trying to update our frontend with the current state of
workitems.
After looking through the docs, we found the ListenExpression and we
tried something like this (simplified):

    Ruote.process_definition do
      sequence do
        participant 'a'
        participant 'b'
        participant 'c'
      end

      listen :to => '^.*$' do
        participant 'notifier'
      end
    end

What we're after here is that the notifier participant gets called
every time the workitem arrives at a new participant in the main
sequence. Unfortunately it doesn't seem to fire for every participant.
We've also observed situations where the notifier is not being called
at all - but that might be due to misconfiguration on our end...

Any ideas?

Here are more system details:
Ruby: MRI 1.9.2
Rails: 3.0.9
Ruote: 2.2.0
RuoteKit: 2.2.1
Ruote Redis: 2.2.0
Redis: 2.2.1

Thanks for your help!
Tom

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