On Sun, Jun 03, 2012 at 10:42:44PM -0400, Danny Fullerton wrote:
>
> (...)
>
> Secondly, I would like to know if there's a way the evaluator could
> modify the :timers attribute of administrator dynamically? You see, the
> job of the evaluator is to ensure the workitem severity is right and
> modify it if needed. However, the time accorded to fix the issue depend
> on the severity, hence the desire to modify it dynamically. If the issue
> was considered low at first but is then evaluated to high by the
> evaluator, the administrator will have less time to fix the issue.

Hello Danny,

how about something like

---8<---
concurrence :wait_for => 'first' do
  administrator :tag => 'first' do
  sequence do
    evaluator
    wait '${etimeout}'
    cancel 'first', :if => '${etimeout}'
  end
end
--->8---

?


Best regards,

--
John Mettraux - http://lambda.io/jmettraux

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