Runner
A list of runners to generate target artifacts for.
A runner is what will be used to call using input parameters, execute the component, and afterwards use the output results.
Example:
runners:
- type: executable
- type: nextflow
id
Type: String
Id of the runner.
Example:
id: foo
type
Type: String
Specifies the type of the runner.