From 0e833c860756cfbb9c78a996e48d631a08c1f525 Mon Sep 17 00:00:00 2001 From: Alexander Trauzzi Date: Fri, 25 Jul 2025 14:03:24 -0500 Subject: [PATCH] Update daprdocs/content/en/concepts/dapr-services/placement.md Co-authored-by: Alice Gibbons Signed-off-by: Alexander Trauzzi --- daprdocs/content/en/concepts/dapr-services/placement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/concepts/dapr-services/placement.md b/daprdocs/content/en/concepts/dapr-services/placement.md index 7774be2c8..893f405f8 100644 --- a/daprdocs/content/en/concepts/dapr-services/placement.md +++ b/daprdocs/content/en/concepts/dapr-services/placement.md @@ -103,7 +103,7 @@ The Placement service can be disabled with the following setting: global.actors.enabled=false ``` -Keep in mind that this will not only disable actors, but also prevent workflows from working. +Keep in mind that this will not only disable the Actors API, but also disable the Workflow API, given that workflows are powered by actors. That this setting only applies in Kubernetes mode, however initializing Dapr with `--slim` excludes the Placement service from being deployed in self-hosted mode. Also note that this setting does not apply when running dapr in self-hosted mode.