From 96b1b8c7f89d17f4b3f7f82faedc0360f8073cb9 Mon Sep 17 00:00:00 2001 From: MD Ashique Date: Wed, 14 Feb 2024 12:16:53 +0530 Subject: [PATCH] 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 --- .../building-blocks/workflow/workflow-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md b/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md index 139444114..d7f61f182 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md +++ b/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md @@ -15,7 +15,7 @@ Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-v - The architecture of the Dapr Workflow engine - How the workflow engine interacts with application code - 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" >}}).