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.
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 .
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.
Expected behavior Expecting the task dependencies and sequence to be the same as when created in the GUI versus with DSL.
System Configuration: