Skip to content

Commit be25d63

Browse files
authored
Merge pull request #10 from common-workflow-language/step-input-label
Make workflow step input inherit as "Labeled"
2 parents 04b04df + 12f6862 commit be25d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $graph:
6565
`WorkflowInputParameter.loadContents` instead.
6666
* The presence of `OutputRecordField.outputBinding` in v1.0 was due to
6767
a technical error and as it makes no semantic sense it was removed.
68-
68+
* `WorkflowStepInput` now has a `label` field
6969
7070
See also the [CWL Command Line Tool Description, v1.1.0-dev1 changelog](CommandLineTool.html#Changelog).
7171
@@ -252,7 +252,7 @@ $graph:
252252
253253
- type: record
254254
name: WorkflowStepInput
255-
extends: [Identified, Sink, LoadContents]
255+
extends: [Identified, Sink, LoadContents, Labeled]
256256
docParent: "#WorkflowStep"
257257
doc: |
258258
The input of a workflow step connects an upstream parameter (from the

0 commit comments

Comments
 (0)