Description Usage Arguments Value Examples
The input parameter of a workflow step. More details: https://www.commonwl.org/v1.0/Workflow.html#WorkflowStepInput
1 2 3 4 5 6 7 |
id |
A unique identifier for this workflow input parameter. |
source |
Specifies one or more workflow parameters that will provide input to the underlying step parameter. |
linkMerge |
The method to use to merge multiple inbound links into a single array. |
default |
The default value for this parameter to use if either there is no source field, or the value produced by the source is null. |
valueFrom |
value from string or expression. |
An object of class 'stepInParam'.
1 | s1 <- stepInParam(id = "s1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.