debugWorkflow allows to initiate a workflow job for
developers to work / debug on workflow actions.
debugWorkflow(file, dir, entityIndex, copyData, runSoftwareActions, runLocalActions)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.
configuration file
directory where to debug/execute the workflow
index of the entity within the list of loaded entities. Default is 1
whether data should be downloaded/copied to job data directory.
Default is TRUE.
whether software actions should be run. Default is TRUE.
whether entity data local actions (if any) should be run.
Default is TRUE
Emmanuel Blondel, emmanuel.blondel1@gmail.com