Application Integration | Global Error Catcher

Hello

Can i Set an global error catcher for all or group of Application integration ?

If yes is this a good practise ?

Currently the error catcher only works at task or integration level. It can’t be applied to project level or group of integrations. But we will bring this into discussion. Thanks,

When you say Group of Application Integration - do you want an common error catcher across integration flows?

You could do this through creating a integration and calling that as part of the error catcher flow in all primary integration flows. Yes, if you have similar error handling flows this pattern will enable standardization.

Will this impact the performance to have another integration that means a network latency ?

As you can appreciate, Any approach will have its pros-cons. If you use Private Trigger you should not see much of latency difference.

@pramodvallanur / @fengwan : error catcher which is calling an integration through private trigger with an execution strategy as SYNC doesn’t generate logs neither in main integration nor in the error handling integration but can see in GCP logs.
and if used with ASYNC strategy it shows logs in the error handling integration but not in the main integration.
Is this the limitation with error catcher or a bug?

1 Like

That’s a bug we also noticed. We will fix it soon.