โ01-25-2022 01:18 PM
How to add error handling for the entire environment?
If it's for a single Recipe we can do, But how to do it for the entire Environment??
โ01-25-2022 01:22 PM
What do you mean by entire Environment?
You may use recipe ops to monitor all recipes in the environment and perform necessary actions.
You may also use Centralised error handling called as AOF
โ01-25-2022 01:23 PM
RecipeOps: https://docs.workato.com/connectors/recipeops/triggers/new-failed-job.html#recipeops-new-failed-job-trigger
โ01-25-2022 01:35 PM
โ01-25-2022 01:56 PM
Hi Max, is there a way to filter out callable recipes / functions? As my usecase is that synchronous callable recipes / functions should never be repeated only the job on the recipe itself. The entire 'process' succeeds or fails.