-
Notifications
You must be signed in to change notification settings - Fork 319
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
Feature/inclusive gateway support #286
Conversation
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.
Suggestion that might work but is not a blocker. lgtm.
unfinished_paths = [] | ||
for spec in uncompleted_inputs: | ||
if check(spec) is not None: | ||
unfinished_paths.append(spec) |
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.
If force is True can this block be skipped? Like the if could be if not force and len(waiting_tasks) == 0
. Also once you find an unfinished_path can be complete
and break out of the loop?
Kudos, SonarCloud Quality Gate passed! |
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.
Code looks vastly cleaner, very nicely done.
Add support for diverging inclusive gateways. This also includes