diff --git a/draft-2/index.html b/draft-2/index.html index 14fc53e7..31a53ec3 100644 --- a/draft-2/index.html +++ b/draft-2/index.html @@ -674,7 +674,7 @@
To use scatter/gather, in the workflow or workflow step requirements.
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.
The scatter field specifies one or more input parameters which will be
scattered. An input parameter may be listed more than once. The declared
@@ -870,7 +870,7 @@
| field | type | ||||
|---|---|---|---|---|---|
inputs | array<CommandInputParameter> | True | 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. Inherited from Process | ||
outputs | array<CommandOutputParameter> | True | Defines the parameters representing the output of the process. May be @@ -1357,4 +1357,4 @@ Fields
|