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

Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
Hannah Hunter 2024-02-09 11:10:15 -05:00 committed by GitHub
parent 59d0101c67
commit 90af1972f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ Different state store implementations may implicitly put restrictions on the typ
Similarly, if a state store imposes restrictions on the size of a batch transaction, that may limit the number of parallel actions that can be scheduled by a workflow.
Workflow state can be purged from a state store, purging all its history. Purging removes all metadata related to a specific workflow instance.
Workflow state can be purged from a state store, including all its history. Each Dapr SDK exposes APIs for purging all metadata related to specific workflow instances.
## Workflow scalability