mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
f86a070731
commit
a5a423ad9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue