Returns the bare workflow names (without the .yaml extension) for all
workflow YAML files discovered in the given location. This is suitable for
passing directly to the strNames argument of MakeWorkflowList().
Note: this function only inspects filenames — it does not read the workflow
files. Active/inactive filtering happens inside MakeWorkflowList().
Arguments
- strPath
characterThe location of workflow YAML files, relative to either the working directory or thestrPackageinstallation directory.- strPackage
characterThe package name where the workflow YAML files are located. IfNULL, uses an absolute path.- bRecursive
logicalFind files in nested folders? DefaultTRUE.
Value
character A character vector of workflow names (IDs), with class
"AsIs" so that MakeWorkflowList() treats them as exact matches.