-
Notifications
You must be signed in to change notification settings - Fork 59
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
fix: dynamic-node-tasks #765
Conversation
Codecov Report
@@ Coverage Diff @@
## master #765 +/- ##
==========================================
- Coverage 65.98% 65.92% -0.07%
==========================================
Files 490 490
Lines 11963 11976 +13
Branches 2210 2219 +9
==========================================
+ Hits 7894 7895 +1
- Misses 4069 4081 +12
|
Signed-off-by: Carina Ursu <carina@union.ai>
This is working well: Verified with the workflow: All fields are populated correctly from the task type and the descriptions are also correct for the task template on the slideout |
Signed-off-by: Soham <4nalog@protonmail.com>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: Soham <4nalog@protonmail.com>
Signed-off-by: Soham <4nalog@protonmail.com>
🎉 This PR is included in version 1.8.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR fixes a bug when viewing children of dynamic task where the various information like the task type/template was not correctly being shown.
Type
Are all requirements met?
Complete description
The issue was caused by incorrectly referencing task definitions from the (root)
compiledWorkflowClosure
rather than dynamic execution'sworkflowClosure
. The result was that row values like task type as well as information in the execution detail panel (slide-out) were null and showing empty values.fixes #3455
Follow-up issue
NA