โ05-13-2025 11:10 AM
I am looking to enhance error handling for my end users. Is there a way to trigger the Recipe Ops - Recipe stopped by Workato trigger, so I can investigate what the exact error messaging looks like? We had a number of these occur, fixed the issue, but now want to send a notification if/when this happens again, but since we fixed it, we have not had a recipe stopped!
My only idea is to try and error the trigger 60+ times, but that seems inefficient and am hoping there is a better way!
โ05-14-2025 06:15 AM
This may feed into the "inefficient" category, but it would at least be simple. If you have an On-Prem Agent you could just set a connector for a folder and then make your recipe trigger on that folder, start the recipe, then remove the folder and it should fail after fails the trigger the 60+ times.
Otherwise, pick your favorite application that you have a connector to and trigger off that, then remove your permission for the object so you can't access it. Or delete a field that it's monitoring for. So many options for errors ๐