how to use multiple conditions for skipUntil #2090
-
I want to create a workflow that triggers skipUntil only when both conditions are met. For example:
I attempted to achieve this by zipping the two conditions and using a Python transform to evaluate them. The logic I used was as follows: @returns(bool) However, this approach did not work as expected. Goal: Thanks for all the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you will likely need to use a |
Beta Was this translation helpful? Give feedback.
you will likely need to use a
Condition
operator. Using only bonsai syntax, you can do: