You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
I'm trying to use the conditional workflows addition proposed here in a real project but I'm finding that it is really inflexible due to only allowing single value truthiness evaluation.
I would really like to be able to do equality comparisons and use logical operators.
It looks like you basically have to introduce lots of extra pipeline parameters because you can't write expressions that would capture the same condition more simply.
I'm trying to use the conditional workflows addition proposed here in a real project but I'm finding that it is really inflexible due to only allowing single value truthiness evaluation.
I would really like to be able to do equality comparisons and use logical operators.
It looks like you basically have to introduce lots of extra pipeline parameters because you can't write expressions that would capture the same condition more simply.
Something like that.
The text was updated successfully, but these errors were encountered: