This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit 866d21dd24e7ab64eb091f69c39e19166eb60960
Author: Alex Heneveld <[email protected]>
AuthorDate: Mon May 1 12:16:34 2023 +0100

    add docs for locking on another entity
---
 guide/blueprints/workflow/settings.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/guide/blueprints/workflow/settings.md 
b/guide/blueprints/workflow/settings.md
index 2788a6a8..3fef5709 100644
--- a/guide/blueprints/workflow/settings.md
+++ b/guide/blueprints/workflow/settings.md
@@ -49,6 +49,9 @@ An operator with appropriate access permissions could also 
manually cancel the `
 Details of why the effector is blocked are shown in the UI and available via 
the API,
 as part of the workflow data.
 
+To set a lock shared across multiple entities, the `lock` can be set as
+map of the form `{ name: <lock-name>, entity: <entity> }`.
+
 
 ### Example: Thread-Safe Package Management
 

Reply via email to