From d1bd6ced2ea8cdfda586e4e9ad44c4e97756b9c2 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Wed, 8 Jan 2025 22:26:18 +0100 Subject: [PATCH] Fix examples Signed-off-by: Charles d'Avernas --- dsl-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl-reference.md b/dsl-reference.md index 88da86ba..78e9f8c2 100644 --- a/dsl-reference.md +++ b/dsl-reference.md @@ -2103,7 +2103,7 @@ do: operation: chat-inbox protocol: http subscription: - correlation: ${ . == $workflow.input.chat.roomId } + filter: ${ . == $workflow.input.chat.roomId } consume: until: '${ ($context.messages | length) == 5 }' for: