From f711af992190cc9b960f5c77c134926e971da1da Mon Sep 17 00:00:00 2001 From: Yossi Spektor Date: Tue, 31 Dec 2024 13:19:08 +0100 Subject: [PATCH] Update setup-postgresql-v2.md Mention that `actorStateStore` needs to be `true` if the state store is used for workflows as well (since workflows use actors under the hood). Signed-off-by: Yossi Spektor --- .../supported-state-stores/setup-postgresql-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql-v2.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql-v2.md index 3223867787f..dc7787d4f22 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql-v2.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql-v2.md @@ -52,7 +52,7 @@ spec: # Controls the default mode for executing queries. (optional) #- name: queryExecMode # value: "" - # Uncomment this if you wish to use PostgreSQL as a state store for actors (optional) + # Uncomment this if you wish to use PostgreSQL as a state store for actors or workflows (optional) #- name: actorStateStore # value: "true" ```