File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
__tests__/fixtures/workflow_templates Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,17 @@ steps:
86
86
87
87

88
88
fields :
89
- sample :
89
+ device :
90
90
type : relationship
91
- resourceType : samples
91
+ resourceType : devices
92
92
target :
93
93
type : quantity
94
94
unit : mg
95
95
actual :
96
96
type : quantity
97
97
unit : mg
98
98
substeps :
99
- - primary : Place the {{sample}} on the balance .
99
+ - primary : Tare the balance {{device}} .
100
100
description : |
101
101
Your fancy markdown body with formatting, images and what not else!
102
102
confirm : true
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ properties:
14
14
- users
15
15
- devices
16
16
- measurements
17
- - samples
18
17
- channels
19
18
- collections
20
19
- attachments
Original file line number Diff line number Diff line change 21
21
- ports
22
22
- protonotifications
23
23
- roles
24
- - samples
25
24
- smart_views
26
25
- users
27
26
- versions
You can’t perform that action at this time.
0 commit comments