@@ -10,7 +10,7 @@ $graph:
10
10
type : documentation
11
11
doc :
12
12
- |
13
- # Common Workflow Language (CWL) Workflow Description, v1.0
13
+ # Common Workflow Language (CWL) Workflow Description, v1.0.1
14
14
15
15
This version:
16
16
* https://w3id.org/cwl/v1.0/
@@ -34,10 +34,27 @@ $graph:
34
34
35
35
- |
36
36
37
- ## Introduction to CWL Workflow standard v1.0
37
+ ## Introduction to CWL Workflow standard v1.0.1
38
38
39
- This specification represents the first full release from the CWL group.
40
- Since draft-3, this draft introduces the following changes and additions
39
+ This specification represents the second stable release from the CWL
40
+ group. Since v1.0, v1.0.1 introduces the following updates to the CWL
41
+ Workflow standard. Documents should continue to use `cwlVersion: v1.0`
42
+ and existing v1.0 documents remain valid, however CWL documents that
43
+ relied on previously undefined or underspecified behavior may have
44
+ slightly different behavior in v1.0.1.
45
+
46
+ * 12 March 2017:
47
+ * Mark `default` as not required for link checking.
48
+ * Add note that recursive subworkflows is not allowed.
49
+ * Fix mistake in discussion of extracting field names from workflow step ids.
50
+ * 23 July 2017: (v1.0.1)
51
+ * Add clarification about scattering over empty arrays.
52
+ * Clarify interpretation of `secondaryFiles` on inputs.
53
+ * Expanded discussion of semantics of `File` and `Directory` types
54
+ * Fixed typo "EMACScript" to "ECMAScript"
55
+ * Clarified application of input parameter default values when the input is `null` or undefined.
56
+
57
+ Since draft-3, v1.0 introduces the following changes and additions
41
58
to the CWL Workflow standard:
42
59
43
60
* The `inputs` and `outputs` fields have been renamed `in` and `out`.
@@ -66,20 +83,6 @@ $graph:
66
83
```
67
84
* The common field `description` has been renamed to `doc`.
68
85
69
- ## Errata
70
-
71
- Post v1.0 release changes to the spec.
72
-
73
- * 12 March 2017:
74
- * Mark `default` as not required for link checking.
75
- * Add note that recursive subworkflows is not allowed.
76
- * Fix mistake in discussion of extracting field names from workflow step ids.
77
- * 21 July 2017:
78
- * Add clarification about scattering over empty arrays.
79
- * Clarify interpretation of secondaryFiles on inputs.
80
- * 22 July 2017: (v1.0.1)
81
- * Expanded discussion of semantics of File and Directory types
82
-
83
86
## Purpose
84
87
85
88
The Common Workflow Language Command Line Tool Description express
0 commit comments