Application Specific Custom Failure Alerts

0
Hi All, I want to define some own alerts for my Mendix application microflows. It will trigger if microflow fails at some point.  Is it possible in Mendix? Can I define application specific alerts? (e.g. Widget License expiry or microflow failure alert )   Thanks in Advance!
asked
1 answers
1

You can add error handling and custom logging in your microflows at those places where you think it might fail, for example a calculation, api call, commit etc.

https://docs.mendix.com/howto/logic-business-rules/set-up-error-handling

answered