View source: R/utilities-task.R
inactivateWorkflowTasks | R Documentation |
inactivates a series of Tasks
from a Workflow
inactivateWorkflowTasks(workflow, tasks = workflow$getAllTasks())
workflow |
|
tasks |
names of the tasks to activate
Default inactivates all tasks of the workflow using workflow method |
Other workflow helpers:
activateWorkflowTasks()
,
addStudyParameters()
,
addXParametersForDemographyPlot()
,
addXParametersForPKParametersPlot()
,
addYParametersForDemographyPlot()
,
addYParametersForPKParametersPlot()
,
checkTaskInputsExist()
,
createWorkflowFromExcelInput()
,
getMeanSensitivityAnalysisResultsFileNames()
,
getOutputPathsInSimulationSet()
,
getPKAnalysisResultsFileNames()
,
getPKParameterGroupsInOutput()
,
getPKParametersInOutput()
,
getPKParametersInSimulationSet()
,
getPopulationPKData()
,
getPopulationPKMetaData()
,
getPopulationSensitivityAnalysisResultsFileNames()
,
getSimulationDescriptor()
,
getSimulationParameterDisplayPaths()
,
getSimulationResultFileNames()
,
getTaskInputs()
,
getWorkflowParameterDisplayPaths()
,
getWorkflowReferencePopulationName()
,
getXParametersForDemographyPlot()
,
getXParametersForPKParametersPlot()
,
getYParametersForDemographyPlot()
,
getYParametersForPKParametersPlot()
,
setSimulationDescriptor()
,
setWorkflowParameterDisplayPaths()
,
setWorkflowParameterDisplayPathsFromFile()
,
setXParametersForDemographyPlot()
,
setXParametersForPKParametersPlot()
,
setYParametersForDemographyPlot()
,
setYParametersForPKParametersPlot()
## Not run:
# A workflow object needs to be created first
myWorkflow <- MeanModelWorkflow$new(workflowFolder, simulationSets)
# Use enum helper to get task names
inactivateWorkflowTasks(
workflow = myWorkflow,
tasks = StandardSimulationTasks$simulate
)
# Default will inactivate every task of workflow
inactivateWorkflowTasks(workflow = myWorkflow)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.