docs: improve documetation around error handling in workflows (#12288)

* docs: improve documetation around error handling in workflows

* regenerate
This commit is contained in:
Shahed Nasser
2025-04-24 18:41:28 +03:00
committed by GitHub
parent 8aed57d453
commit 35d7c143ea
11 changed files with 15056 additions and 14582 deletions
+5
View File
@@ -364,6 +364,11 @@ const redirects = async () => {
destination: "/user-guide/settings/locations-and-shipping/locations",
permanent: true,
},
{
source: "/learn/fundamentals/workflows/access-workflow-errors",
destination: "/learn/fundamentals/workflows/errors",
permanent: true,
},
]
}