mirror of https://github.com/dapr/docs.git
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:
parent
59d0101c67
commit
90af1972f7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue