You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When creating a single VM bp, if you have parallel tasks that then call different sub tasks within each parallel step, all sub tasks are run from each parallel task.
Branch/Container
master
To Reproduce
Steps to reproduce the behavior:
We have a single vm bp with these tasks in the GUI.
creating the bp with DSL, the tasks looks like this in the GUI. You can see the first parallel tasks run but then also call each sub task when they should only call one sub task under the parent.
with this code in the bp.
glover-chris
changed the title
[Bug] Single VM BP does not keep dependencies in task sequence | calm create bp
[Bug] Single VM BP does not keep dependencies in task sequence | calm create bp | calm decompile bp
Apr 18, 2023
Describe the bug
When creating a single VM bp, if you have parallel tasks that then call different sub tasks within each parallel step, all sub tasks are run from each parallel task.
Branch/Container
master
To Reproduce
Steps to reproduce the behavior:
We have a single vm bp with these tasks in the GUI.
DSL decompile of that bp action looks like this .
with this code in the bp.
Expected behavior
Expecting the task dependencies and sequence to be the same as when created in the GUI versus with DSL.
** System Configuration:**
The text was updated successfully, but these errors were encountered: