Replies: 1 comment 2 replies
-
@Marlin-Na thanks for pointing that out, adding the option to provide the flow name will resolve this! Q: what is your use case for having multiple flows in the same file as opposed to having multiple single-flow files? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
GitHub.get_flow
can only return the first flow created in that script. If you have multiple flows in the script, it may mismatch with the registered flow. I thinkflow_location
passed toget_flow
should not be just python file path, but maybe a tuple of script path and flow name, so that multiple flows within the script can be handled correctly.Beta Was this translation helpful? Give feedback.
All reactions