Am I wrong ?
- very often people will want a notification (email, alert, mattermost, etc…) when a WF ends, failed or succeeded
- in our case (webhook on alert), this is essential
- so I create a generic notification-WF called by several WFs
This notification should also contain report details to inform users (applicative message, what actions did the WF, etc…). If the last node executed is rich (eg Function, we can pass information to this notification-WF) but if the last node is an Exec-command or similar ?
That’s why I think about this end-WF callback, maybe with few predefined attributes relative to the WF, which could be used in the notification-WF. And if the WF last nodes are numerous, this prevents as many arrows to the next notification-WF
Can I do something similar with current version ?