Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ <h1 id="scatter/gather">Scatter/gather</h1><p>To use scatter/gather,
in the workflow or workflow step requirements.</p>
<p>A "scatter" operation specifies that the associated workflow step or
subworkflow should execute separately over a list of input elements. Each
job making up a scatter operaution is independent and may be executed
job making up a scatter operation is independent and may be executed
concurrently.</p>
<p>The <code>scatter</code> field specifies one or more input parameters which will be
scattered. An input parameter may be listed more than once. The declared
Expand Down Expand Up @@ -870,7 +870,7 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
</td></tr><tr><td><code>inputs</code></td><td>array&lt;<a href="#commandinputparameter">CommandInputParameter</a>&gt;</td><td>True</td><td><p>Defines the input parameters of the process. The process is ready to
run when all required input parameters are associated with concrete
values. Input parameters include a schema for each parameter which is
used to validate the input object. It may also be used build a user
used to validate the input object. It may also be used to build a user
interface for constructing the input object.
<em>Inherited from <a href="#process">Process</a></em></p>
</td></tr><tr><td><code>outputs</code></td><td>array&lt;<a href="#commandoutputparameter">CommandOutputParameter</a>&gt;</td><td>True</td><td><p>Defines the parameters representing the output of the process. May be
Expand Down Expand Up @@ -1357,4 +1357,4 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
</div>
</div>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions draft-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
</td></tr><tr><td><code>inputs</code></td><td>array&lt;<a href="#InputParameter">InputParameter</a>&gt;</td><td>True</td><td><p>Defines the input parameters of the process. The process is ready to
run when all required input parameters are associated with concrete
values. Input parameters include a schema for each parameter which is
used to validate the input object. It may also be used build a user
used to validate the input object. It may also be used to build a user
interface for constructing the input object.
<em>Inherited from <a href="#Process">Process</a></em></p>
</td></tr><tr><td><code>outputs</code></td><td>array&lt;<a href="#WorkflowOutputParameter">WorkflowOutputParameter</a>&gt;</td><td>True</td><td><p>Defines the parameters representing the output of the process. May be
Expand Down Expand Up @@ -697,7 +697,7 @@ <h2 id="Scatter/gather">Scatter/gather</h1><p>To use scatter/gather,
in the workflow or workflow step requirements.</p>
<p>A "scatter" operation specifies that the associated workflow step or
subworkflow should execute separately over a list of input elements. Each
job making up a scatter operaution is independent and may be executed
job making up a scatter operation is independent and may be executed
concurrently.</p>
<p>The <code>scatter</code> field specifies one or more input parameters which will be
scattered. An input parameter may be listed more than once. The declared
Expand Down Expand Up @@ -1434,4 +1434,4 @@ <h3>Fields</h3><table class="table table-striped"><tr><th>field</th><th>type</th
</div>
</div>
</body>
</html>
</html>