File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,12 @@ $graph:
38
38
- |
39
39
## Introduction to draft 4
40
40
41
- This specification represents the third milestone of the CWL group.
42
- Since draft-3, this draft introduces the following major changes and additions:
41
+ This specification represents the fourth milestone of the CWL group.
42
+ Since draft-3, this draft introduces the following changes and additions:
43
+
44
+ * Preliminary support for initialWorkDir & the Directory type
45
+ * "id: name" is now just "name"; "class: Classname" is now just
46
+ "Classtname".
43
47
44
48
## Purpose
45
49
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ $graph:
34
34
35
35
## Introduction to draft 4
36
36
37
- This specification represents the fourth milestone of the CWL group. Since
38
- draft-3, this draft introduces the following changes and additions:
37
+ This specification represents the fourth milestone of the CWL group.
38
+ Since draft-3, this draft introduces the following changes and additions:
39
39
40
- * TBD
40
+ * The 'inputs' and 'outputs' fields have been renamed 'in' and 'out'.
41
41
42
42
## Purpose
43
43
@@ -469,4 +469,4 @@ $graph:
469
469
extends : " #ProcessRequirement"
470
470
doc : |
471
471
Indicate that the workflow platform must support the `valueFrom` field
472
- of [WorkflowStepInput](#WorkflowStepInput).
472
+ of [WorkflowStepInput](#WorkflowStepInput).
You can’t perform that action at this time.
0 commit comments