We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b04df + 12f6862 commit be25d63Copy full SHA for be25d63
Workflow.yml
@@ -65,7 +65,7 @@ $graph:
65
`WorkflowInputParameter.loadContents` instead.
66
* The presence of `OutputRecordField.outputBinding` in v1.0 was due to
67
a technical error and as it makes no semantic sense it was removed.
68
-
+ * `WorkflowStepInput` now has a `label` field
69
70
See also the [CWL Command Line Tool Description, v1.1.0-dev1 changelog](CommandLineTool.html#Changelog).
71
@@ -252,7 +252,7 @@ $graph:
252
253
- type: record
254
name: WorkflowStepInput
255
- extends: [Identified, Sink, LoadContents]
+ extends: [Identified, Sink, LoadContents, Labeled]
256
docParent: "#WorkflowStep"
257
doc: |
258
The input of a workflow step connects an upstream parameter (from the
0 commit comments