acoustic-carpenter-78188
03/22/2023, 10:58 AMflytesnacks/development/human_in_the_loop.wf_dyn
Launch the above workflow and it should show Paused for gate nodes.
How to fix
Dynamic nodes are included in subWorkflows under compiledWorkflowClosure instead of primary. We only considered priamry to check the compiled nodes and that's why the ui couldn't understand the gate nodes.
Another issue was that compiled nodes are not only based on execution node id. We should also compare with the metadata.specNodeId
Type
☑︎ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
_Remove the '_fixes_' keyword if there will be multiple PRs to fix the linked issue_
fixes flyteorg/flyte#3354
flyteorg/flyteconsole
GitHub Actions: Build & Push FlyteConsole Image
GitHub Actions: Get Release Tag
GitHub Actions: Generate Release
✅ 8 other checks have passed
8/11 successful checksacoustic-carpenter-78188
03/30/2023, 5:56 PM