Page 1 of 1
Events: 'run now' evaluates condition?
Posted: Sat Dec 24, 2011 8:10 pm
by OWK
I wonder if clicking 'run now' in an event will evaluate a condition or not.
Is it right to assume a condition needs to evaluate to true in order to make the event run?
Any experience?
Thanks
OWK
Re: Events: 'run now' evaluates condition?
Posted: Sun Dec 25, 2011 12:21 am
by Alexander
Run now will run without the conditions config'ed
Re: Events: 'run now' evaluates condition?
Posted: Mon Dec 26, 2011 1:31 pm
by OWK
Ok, thanks.
In case a condition is evaluated (when the event is processed normally) it needs to be true to allow to start event processing?
Olaf
Re: Events: 'run now' evaluates condition?
Posted: Mon Dec 26, 2011 5:51 pm
by j.hoekstra
OWK wrote:Ok, thanks.
In case a condition is evaluated (when the event is processed normally) it needs to be true to allow to start event processing?
Olaf
Yup, that's how it works here

ie: Dev_53_Value="Disarm"
Eval result: True
Event is processed.