-
Notifications
You must be signed in to change notification settings - Fork 45
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] Adjust logic for applying outcome for IF_ELSE_CONDITION tasks #173
[fix] Adjust logic for applying outcome for IF_ELSE_CONDITION tasks #173
Conversation
* Add workflows parameters * feat: add JobsParameters import in sample_workflows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikita-sakalouski There is a small fix that could simplify the block on engine/task.py
- see my comment where we could remove the closing block since the yield {task_name: outcome}
is the same on either side of the condition.
Otherwise this looks good to ship.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Related Issue
#172 #171
Motivation and Context
Get correct behavior
How Has This Been Tested?
Added more tasks into sample workflow for testing
Screenshots (if appropriate):
Types of changes
Checklist: