This is the python that run the flow after …
# ask-community
a
This is the python that run the flow after …
a
to run the flow you could just use:
Copy code
prefect run -p main.py
the create_flow_run is really only to use it from parent flows if you use the flow-of-flow orchestration pattern
a
let me check all