Hi experts, just wondering if `StartFlowRun(flow_name="A", project_name="examples", wait=True)` can ...
l
Hi experts, just wondering if
StartFlowRun(flow_name="A", project_name="examples", wait=True)
can execute child flow that has not been registered. Basically, I would like to test everything locally before I register anything.
n
Hi @liren zhang -
StartFlowRun
can only run flows that have already been registered.
👍 1