Skip to content

Commit e8a458b

Browse files
author
Peter Amstutz
committed
Fix hints
1 parent b31130f commit e8a458b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

draft-2/CommonWorkflowLanguage.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ $graph:
10491049
listed which is not recognized by the implementation, it is a fatal
10501050
error and the implementation must not attempt to run the process,
10511051
unless overridden at user option.
1052-
- name: cwl:hints
1052+
- name: hints
10531053
type:
10541054
- "null"
10551055
- type: array
@@ -1059,6 +1059,9 @@ $graph:
10591059
workflow engine that may be helpful in executing this process. It is
10601060
not an error if an implementation cannot satisfy all hints, however
10611061
the implementation may report a warning.
1062+
jsonldPredicate:
1063+
_id: cwl:hints
1064+
noLinkCheck: true
10621065
- name: label
10631066
type:
10641067
- "null"
@@ -1700,7 +1703,7 @@ $graph:
17001703
listed which is not recognized by the implementation, it is a fatal
17011704
error and the implementation must not attempt to run the process,
17021705
unless overridden at user option.
1703-
- name: cwl:hints
1706+
- name: hints
17041707
type:
17051708
- "null"
17061709
- type: array
@@ -1711,6 +1714,7 @@ $graph:
17111714
not an error if an implementation cannot satisfy all hints, however
17121715
the implementation may report a warning.
17131716
jsonldPredicate:
1717+
_id: cwl:hints
17141718
noLinkCheck: true
17151719
- name: label
17161720
type:

0 commit comments

Comments
 (0)