I'm looking to create a custom workflow to monitor scheduled jobs on the server that cause and Error. This is outside of using the events email notifications. In the Alteryx Service MongoDB and I can't locate how workflow errors are captured in the database. The closest I can find, the AS_Queue collection has a Status column, but even if a workflow ends in an error, this column is stating, "Complete."
Two questions:
1) Does anyone know how to identify workflow errors in MongoDB
2) Would it make sense to propose having the Status column in AS_Queue say something other than "Complete," in the event of a failure.