Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
Signed-off-by: Charles d'Avernas <[email protected]>
  • Loading branch information
cdavernas committed Jan 8, 2025
1 parent 2d0c892 commit d1bd6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d1bd6ce

Please sign in to comment.