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