File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -562,6 +562,9 @@ $graph:
562
562
type : " array"
563
563
items : " #EnvironmentDef"
564
564
doc : The list of environment variables.
565
+ jsonldPredicate :
566
+ mapSubject : envName
567
+ mapPredicate : envValue
565
568
566
569
567
570
- type : record
Original file line number Diff line number Diff line change @@ -520,9 +520,6 @@ $graph:
520
520
- " null"
521
521
- type : array
522
522
items : Any
523
- jsonldPredicate :
524
- _id : " cwl:hints"
525
- mapSubject : class
526
523
doc : |
527
524
Declares hints applying to either the runtime environment or the
528
525
workflow engine that may be helpful in executing this process. It is
@@ -531,6 +528,7 @@ $graph:
531
528
jsonldPredicate :
532
529
_id : cwl:hints
533
530
noLinkCheck : true
531
+ mapSubject : class
534
532
- name : label
535
533
type :
536
534
- " null"
Original file line number Diff line number Diff line change @@ -324,15 +324,13 @@ $graph:
324
324
items : " Any"
325
325
jsonldPredicate :
326
326
_id : " cwl:hints"
327
+ noLinkCheck : true
327
328
mapSubject : class
328
329
doc : |
329
330
Declares hints applying to either the runtime environment or the
330
331
workflow engine that may be helpful in executing this workflow step. It is
331
332
not an error if an implementation cannot satisfy all hints, however
332
333
the implementation may report a warning.
333
- jsonldPredicate :
334
- _id : cwl:hints
335
- noLinkCheck : true
336
334
- name : label
337
335
type :
338
336
- " null"
You can’t perform that action at this time.
0 commit comments