This function checks if the ui() and server() parts of a Shiny module are available in the global environment.
Examples
path <- system.file("workflow/PipelineDemo", package = "MagellanNTK")
source_wf_files(path)
#> [1] TRUE
module.exists('PipelineDemo_Process2')
#> [1] FALSE