Skip to content

Commit b1d3762

Browse files
author
Peter Amstutz
committed
Make workflow step input inherit as "Labeled"
1 parent 04b04df commit b1d3762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)