File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -378,8 +378,8 @@ $graph:
378
378
extends : " #Process"
379
379
documentRoot : true
380
380
specialize :
381
- specializeFrom : " #OutputParameter"
382
- specializeTo : " #WorkflowOutputParameter"
381
+ - specializeFrom : " #OutputParameter"
382
+ specializeTo : " #WorkflowOutputParameter"
383
383
doc : |
384
384
A workflow describes a set of **steps** and the **dependencies** between
385
385
those processes. When a process produces output that will be consumed by a
Original file line number Diff line number Diff line change @@ -433,8 +433,8 @@ $graph:
433
433
extends : " #Process"
434
434
documentRoot : true
435
435
specialize :
436
- specializeFrom : " #OutputParameter"
437
- specializeTo : " #WorkflowOutputParameter"
436
+ - specializeFrom : " #OutputParameter"
437
+ specializeTo : " #WorkflowOutputParameter"
438
438
doc : |
439
439
A workflow describes a set of **steps** and the **dependencies** between
440
440
those steps. When a step produces output that will be consumed by a
You can’t perform that action at this time.
0 commit comments