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.