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

View File

@@ -351,10 +351,15 @@ export const sidebars = [
path: "/learn/fundamentals/workflows/constructor-constraints",
title: "Constructor Constraints",
},
{
type: "link",
path: "/learn/fundamentals/workflows/compensation-function",
title: "Compensation Function",
},
{
type: "link",
path: "/learn/fundamentals/workflows/variable-manipulation",
title: "Transform Variables",
title: "Transform Data",
},
{
type: "link",
@@ -363,8 +368,8 @@ export const sidebars = [
},
{
type: "link",
path: "/learn/fundamentals/workflows/compensation-function",
title: "Compensation Function",
path: "/learn/fundamentals/workflows/errors",
title: "Error Handling",
},
{
type: "link",
@@ -376,11 +381,6 @@ export const sidebars = [
path: "/learn/fundamentals/workflows/add-workflow-hook",
title: "Expose a Hook",
},
{
type: "link",
path: "/learn/fundamentals/workflows/access-workflow-errors",
title: "Access Workflow Errors",
},
{
type: "link",
path: "/learn/fundamentals/workflows/retry-failed-steps",