Skip to content

Commit d1bd6ce

Browse files
committed
Fix examples
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 2d0c892 commit d1bd6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@ do:
21032103
operation: chat-inbox
21042104
protocol: http
21052105
subscription:
2106-
correlation: ${ . == $workflow.input.chat.roomId }
2106+
filter: ${ . == $workflow.input.chat.roomId }
21072107
consume:
21082108
until: '${ ($context.messages | length) == 5 }'
21092109
for:

0 commit comments

Comments
 (0)