stepInParam: stepInParam

Description Usage Arguments Value Examples

View source: R/AllClasses.R

Description

The input parameter of a workflow step. More details: https://www.commonwl.org/v1.0/Workflow.html#WorkflowStepInput

Usage

1
2
3
4
5
6
7
stepInParam(
  id,
  source = character(),
  linkMerge = character(),
  default = character(),
  valueFrom = character()
)

Arguments

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.

Value

An object of class 'stepInParam'.

Examples

1
s1 <- stepInParam(id = "s1")

Rcwl documentation built on Nov. 8, 2020, 8:11 p.m.