Params is a list of parameters used to fan out the pipelineTask
Params takes only `Parameters` of type `"array"`
Each array element is supplied to the `PipelineTask` by substituting `params` of type `"string"` in the underlying `Task`.
The names of the `params` in the `Matrix` must match the names of the `params` in the underlying `Task` that they will be substituting.