@@ -10,7 +10,7 @@ $graph:
1010 type : documentation
1111 doc :
1212 - |
13- # Common Workflow Language (CWL) Workflow Description, v1.0
13+ # Common Workflow Language (CWL) Workflow Description, v1.0.1
1414
1515 This version:
1616 * https://w3id.org/cwl/v1.0/
@@ -34,10 +34,27 @@ $graph:
3434
3535 - |
3636
37- ## Introduction to CWL Workflow standard v1.0
37+ ## Introduction to CWL Workflow standard v1.0.1
3838
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
4158 to the CWL Workflow standard:
4259
4360 * The `inputs` and `outputs` fields have been renamed `in` and `out`.
@@ -66,20 +83,6 @@ $graph:
6683 ```
6784 * The common field `description` has been renamed to `doc`.
6885
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-
8386 ## Purpose
8487
8588 The Common Workflow Language Command Line Tool Description express
0 commit comments