Hi all,
I have two questions about listeners. Here is the first one:
I got the following process:
class Navigation < OpenWFE::ProcessDefinition
listen :to => "^.*", :once => "true", :upon => "apply" do
participant :ref => 'navigation'
end
end
It's meant as a daemon to listen to every participant and whenever the
event "apply" happens, participant 'navigation' is fired up. When I
shut down and restart the engine, this process is still there but it
seems not be listening anymore. I have to terminate it and launch it
again. Is this the regular behaviour? Am I doing something wrong?
The second is:
Having a workflow like this (and the above listener):
class Test0 < OpenWFE::ProcessDefinition
sequence do
participant :ref => "alpha", :navi => {:param1 => "blabla"}
end
end
I would like to be able to access alpha's param :navi from the
listener 'navigation'. Is this possible? How could I do it?
Thanks a lot for your help.
Best 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