Skip to content

Resolve "Workflow files from python projects"

Wout De Nolf requested to merge 39-workflow-files-from-python-projects into main

Closes #39 (closed)

When all workflows are in the same module

execute_graph("NXpressA", root_module="bes.flows")

When the sub-workflows are in a different module

execute_graph("bes.flows.NXpressA", representation="json_module", root_module="bes.flows.subflows")
Edited by Wout De Nolf

Merge request reports