Hi all,

Is it possible to modify the content of a workitem with a participant
triggered by a listener?

I have the following listener:

class NavigationListener < OpenWFE::ProcessDefinition
    listen :to => "^[^_].*", :once => false, :upon => :reply, :merge
=> true do
      sequence do
        _print "NavigationListener REPLY"
        participant :ref => '_navigation', :activity => 'reply'
      end
    end
end

When a participant is proceeded, the listener call participant
'_navigation' with activity 'reply', which means it has to remove
field 'navi' if exists.

But when the workitem is delivered to next participant, 'navi' field
is still there. Am I missing something?

Thanks for your help.

Regards.

Gonzalo.

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