Does anyone know if <https://www.union.ai/docs/fly...
# flyte-support
p
Does anyone know if https://www.union.ai/docs/flyte/deployment/flyte-configuration/configuring-notifications/#webhook-connector needs some additional configuration? Docs do not mention any, but I have a suspicion it needs something!
Locally
it works to try catch error in
task
that a
workflow
triggers
but when I raise error in task in
remote
the error is not cathed in
workflow
but seem it is thrown in the task only
hmm runs if I nest it in the
task
itself and try catch there, but not at
workflow
level
Is this maybe because I run tasks in their own pods? And workflow can not catch the error then
f
you need to deploy the connector
d
try the sandbox and it will work