You can start another workflow run inside a workflow and await its execution to complete. This allows to orchestrate multiple workflows together without external synchronization. When you useDocumentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
context.invoke, invoking workflow will wait until the invoked workflow finishes before running the next step.

You cannot create an infinite chain of workflow invocations. If you set up an ‘invoke loop’ where workflows continuously invoke each other, the process will fail once it reaches a depth of 100.