From a5a423ad9b262ff5a48939ef9e5d9da78f887971 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Mon, 1 Sep 2025 10:37:08 -0700 Subject: [PATCH] Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md Signed-off-by: Mark Fussell --- .../building-blocks/workflow/workflow-features-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md b/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md index 7295c5b7d..2114b1827 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md +++ b/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md @@ -16,7 +16,7 @@ For more information on how workflow state is managed, see the [workflow archite Dapr Workflows are functions you write that define a series of tasks to be executed in a particular order. The Dapr Workflow engine takes care of scheduling and execution of the tasks, including managing failures and retries. -If the app hosting your workflows is scaled out across multiple machines, the workflow engine will load balance the execution of workflows and their tasks across multiple machines. +If the app hosting your workflows is scaled out across multiple machines, the workflow engine load balances the execution of workflows and their tasks across multiple machines. There are several different kinds of tasks that a workflow can schedule, including - [Activities]({{% ref "workflow-features-concepts.md#workflow-activities" %}}) for executing custom logic