Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
MD Ashique 2024-02-14 12:16:53 +05:30 committed by GitHub
parent 918fe00fd2
commit 96b1b8c7f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-v
- The architecture of the Dapr Workflow engine - The architecture of the Dapr Workflow engine
- How the workflow engine interacts with application code - How the workflow engine interacts with application code
- How the workflow engine fits into the overall Dapr architecture - How the workflow engine fits into the overall Dapr architecture
- How different workflow backend can work with workflow engine - How different workflow backends can work with workflow engine
For more information on how to author Dapr Workflows in your application, see [How to: Author a workflow]({{< ref "workflow-overview.md" >}}). For more information on how to author Dapr Workflows in your application, see [How to: Author a workflow]({{< ref "workflow-overview.md" >}}).