-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master
-
Component/s: Monitord, Workflow API Libraries
-
None
Or notifications should be named more consistently. Currently we have:
never
start
on_error
on_success
at_end
all
The on_ and at_ are only applied to a few of them. A cleaner set would be:
never
start
error
success
end
all
The other problem is that "end" and "all" are really aliases for a set of notifications, but when the callout takes place, it is this meta event which is listed and not the real event. For example: if you have "end" specified, the notification says "end" instead of "success" or "error". I think the event should be listed as a specific as possible event so that the notification script can use that information internally.