Skip to content

Commit

Permalink
Merge pull request #1066 from fjtirado/Align_examples
Browse files Browse the repository at this point in the history
Aling Listen to specification with example
  • Loading branch information
ricardozanini authored Jan 14, 2025
2 parents 2f296f3 + b3e184c commit 21c724e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dsl-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,12 +667,10 @@ do:
any:
- with:
type: com.fake-hospital.vitals.measurements.temperature
data:
temperature: ${ .temperature > 38 }
data: ${ .temperature > 38 }
- with:
type: com.fake-hospital.vitals.measurements.bpm
data:
temperature: ${ .bpm < 60 or .bpm > 100 }
data: ${ .bpm < 60 or .bpm > 100 }
```

#### Raise
Expand Down

0 comments on commit 21c724e

Please sign in to comment.