Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
grammar
  • Loading branch information
akiani committed Oct 21, 2015
commit 012e93c1a16df14a66c2ad8485c0e0f6279e5a2c
2 changes: 1 addition & 1 deletion 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