docs: add chapter on executing a workflow in another / in a step (#8163)

* docs: added chapter on using workflow in another

* remove container from object

* change to only mention executing a workflow in another

* pass missing highlight
This commit is contained in:
Shahed Nasser
2024-07-21 21:19:23 +02:00
committed by GitHub
parent 56f2ddc4b6
commit 8daa4119f0
2 changed files with 145 additions and 0 deletions
+4
View File
@@ -223,6 +223,10 @@ export const sidebar = sidebarAttachHrefCommonOptions(
path: "/advanced-development/workflows/long-running-workflow",
title: "Long-Running Workflow",
},
{
path: "/advanced-development/workflows/execute-another-workflow",
title: "Execute Another Workflow",
},
{
path: "/advanced-development/workflows/advanced-example",
title: "Example: Advanced Workflow",