Running flow should only run linked subflows and nodes
Steps to Reproduce
Install movai-flow (1.2.0-1)
Go to IDE and open an existing flow (eg., husky autonomous navigation)
Enter the Add Node/ Subflow and insert at any position - as subflow - another flow that has components linked to its start Node (eg. husky mapping)
Enter the Add Node/ Subflow and insert at any position - as subflow - another flow that does not have components linked to its start Node (eg. ignition battery)
Save & Run
Actual Behaviour
Main flow runs.
Husky mapping begins running, although not connected to the main flow.
The ignition battery doesn’t run as expected.
Expected Behaviour
Main flow runs.
Since none of the subflows are connected to the main flow, neither runs.
Have you checked our docs before proceeding?
Issue Description
Running flow should only run linked subflows and nodes
Steps to Reproduce
Actual Behaviour
Expected Behaviour
Screenshots/GIFs
Versions
Possible workarounds
Additional Details