Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BP-592] Running flow should only run linked subflows and nodes #123

Open
2 tasks done
MithunKinarullathil opened this issue May 4, 2022 · 1 comment
Open
2 tasks done
Assignees
Labels
backend Tag for BE related updates bug Something isn't working known issue Tag for issues that are known to the development team severity: medium Medium severity issue

Comments

@MithunKinarullathil
Copy link
Collaborator

MithunKinarullathil commented May 4, 2022

Have you checked our docs before proceeding?

Issue Description

Running flow should only run linked subflows and nodes

Steps to Reproduce

  1. Install movai-flow (1.2.0-1)
  2. Go to IDE and open an existing flow (eg., husky autonomous navigation)
  3. 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)
  4. 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)
  5. 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.

Screenshots/GIFs

Versions

  • movai-flow: 1.2.0-1
  • movai-ide: 3.0.0-4

Possible workarounds

  • None

Additional Details

  • Installed packages: N/A
@MithunKinarullathil MithunKinarullathil added bug Something isn't working backend Tag for BE related updates known issue Tag for issues that are known to the development team labels May 4, 2022
@guide-bot
Copy link

guide-bot bot commented May 4, 2022

Thanks for opening this Issue!
We need you to:

  1. Fill out the description.

    Action: Edit description and replace <!- ... --> with actual values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Tag for BE related updates bug Something isn't working known issue Tag for issues that are known to the development team severity: medium Medium severity issue
Projects
None yet
Development

No branches or pull requests

2 participants