Hello all, I am trying to improve visibility and action on errors in scheduled workflows in the Gallery.
Currently we do one of two things when a scheduled workflow errors:
- Have the workflow send an email after "Run with Errors" to an escalation mailbox
- We regularly collect the results of the run by sifting through the Gallery's MongoDB log and display the results in a visualization platform
#1 is meant to drive calls to action while #2 is meant to help understand trends of failures over time.
We'd like to get #1 even more real time and out of email by connecting to a Slack webhook or a Jira POST request or the like. However it doesn't appear you can easily pass information out of Alteryx via the Workflow Event architecture.
Are there other best practices users have found success with to help escalate workflow errors?