runs: The function to access all runs of a `cwlWorkflow` object.

runs(object)

Arguments

object

A `cwlWorkflow` object.

Value

`cwlProcess` objects or paths of CWL file.

Examples

s1 <- cwlWorkflow() runs(s1)
#> List of length 0 #> names(0):
s1
#> class: cwlWorkflow #> cwlClass: Workflow #> cwlVersion: v1.0 #> inputs: #> outputs: #> output: #> type: stdout #> steps: #> {}
short(s1)
#> inputs: [] #> outputs: output #> steps: []