I have been searching for a while to find a way to create an alarm for a failed custom task.
So far I can only create alarm for a specific custom task, but not based on its state.
Here is what I have in "Triggers" that works:
Event: vim.event.TaskEvent
Status: Alert
Conditions: Advnced (info.descriptionId equal to MyCustomOperationTask)
What I am trying to do is the ability to exam the final state value of my task and be able to alarm user about the failed operation.
Any help is appreciated.