Skip to contents

Get the names of the files required to perform the task

Usage

getTaskInputs(task)

Arguments

task

Task object or derived class

Value

Names of the files required to perform the task

Examples

if (FALSE) { # \dontrun{

# A workflow object needs to be created first
myWorkflow <- MeanModelWorkflow$new(workflowFolder, simulationSets)

# Get paths of required files for running a workflow task
getTaskInputs(myWorkflow$plotSensitivity)
} # }