Skip to content

Commit

Permalink
Update setup-postgresql-v2.md
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
yossisp authored Dec 31, 2024
1 parent 5660a64 commit f711af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit f711af9

Please sign in to comment.