We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f296f3 + b3e184c commit 21c724eCopy full SHA for 21c724e
1 file changed
dsl-reference.md
@@ -667,12 +667,10 @@ do:
667
any:
668
- with:
669
type: com.fake-hospital.vitals.measurements.temperature
670
- data:
671
- temperature: ${ .temperature > 38 }
+ data: ${ .temperature > 38 }
672
673
type: com.fake-hospital.vitals.measurements.bpm
674
675
- temperature: ${ .bpm < 60 or .bpm > 100 }
+ data: ${ .bpm < 60 or .bpm > 100 }
676
```
677
678
#### Raise
0 commit comments