Learn R Programming

geoflow (version 1.2.0)

debugWorkflow: debugWorkflow

Description

debugWorkflow allows to initiate a workflow job for developers to work / debug on workflow actions.

Usage

debugWorkflow(file, dir, entityIndex, copyData, runSoftwareActions, runLocalActions)

Value

a named list including the workflow config, the selected entity, the eventual options associated to the entity, and the output entity dir path of the selected entity.

Arguments

file

configuration file

dir

directory where to debug/execute the workflow

entityIndex

index of the entity within the list of loaded entities. Default is 1

copyData

whether data should be downloaded/copied to job data directory. Default is TRUE.

runSoftwareActions

whether software actions should be run. Default is TRUE.

runLocalActions

whether entity data local actions (if any) should be run. Default is TRUE

Author

Emmanuel Blondel, emmanuel.blondel1@gmail.com