You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
same as most other run conditionals, but it only triggers an AlertEvent
Other plugins, e.g. EmailPlugin, should add handlers for the AlertEvent. When event fired email plugin will send alert as an email. the AlertEvent context contains the subject, body and recipients
The text was updated successfully, but these errors were encountered:
Currently the conditionals are stateless. they only now about the current state. So evaluating conditionals such as "cancel if last n Ar40 blanks > X" is not possible.
Any alert conditional might be "last n ages < 0"
some mechanism for evaluating such conditionals is required
add AlertConditional
same as most other run conditionals, but it only triggers an AlertEvent
Other plugins, e.g. EmailPlugin, should add handlers for the AlertEvent. When event fired email plugin will send alert as an email. the AlertEvent context contains the subject, body and recipients
The text was updated successfully, but these errors were encountered: