docs: improvements + additions to workflow docs (#9182)

Improve existing workflow docs + add missing docs
This commit is contained in:
Shahed Nasser
2024-09-20 15:38:32 +00:00
committed by GitHub
parent a4b5d66b3e
commit 6584e911e0
18 changed files with 678 additions and 406 deletions
+1 -3
View File
@@ -213,9 +213,7 @@ Youll receive the following response:
<Note title="Use workflows when" type="success">
- You're defining a flow with interactions across multiple systems and services.
- You're defining flows to be used across different resources. For example, if you want to invoke the flow manually through an API Router, but also want to automate its running through a scheduled job.
- You want to maintain data consistency and handle errors gracefully by rolling-back steps. This is explained more in later chapters.
You're implementing a custom feature exposed by an API route, or used in subscribers or scheduled jobs.
</Note>