Skip to content

Commit 089fbd7

Browse files
committed
start documenting the draft-4 changes
1 parent f027dbb commit 089fbd7

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

draft-4/CommandLineTool.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@ $graph:
3838
- |
3939
## Introduction to draft 4
4040
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".
4347
4448
## Purpose
4549

draft-4/Workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ $graph:
3434
3535
## Introduction to draft 4
3636
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:
3939
40-
* TBD
40+
* The 'inputs' and 'outputs' fields have been renamed 'in' and 'out'.
4141
4242
## Purpose
4343
@@ -469,4 +469,4 @@ $graph:
469469
extends: "#ProcessRequirement"
470470
doc: |
471471
Indicate that the workflow platform must support the `valueFrom` field
472-
of [WorkflowStepInput](#WorkflowStepInput).
472+
of [WorkflowStepInput](#WorkflowStepInput).

0 commit comments

Comments
 (0)