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

Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2025-09-01 10:36:51 -07:00 committed by GitHub
parent a09769ee84
commit cf8b370067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ See the [Reminder usage and execution guarantees section]({{% ref "workflow-arch
## Increasing scheduling throughput
By default, when a client schedules a workflow, the workflow engine will wait for the workflow to be fully started before returning a response to the client.
By default, when a client schedules a workflow, the workflow engine waits for the workflow to be fully started before returning a response to the client.
Waiting for the workflow to start before returning can decrease the scheduling throughput of workflows.
When scheduling a workflow with a start time, the workflow engine will not wait for the workflow to start before returning a response to the client.
To increase scheduling throughput, consider adding a start time of "now" when scheduling a workflow.