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
It would be great to have onlyIf pre-condition as it is more readable than skipIf (in most situations). The main problem is a "collision" with the skipIf pre-condition. They can be mutually exclusive, but maybe somebody has a better idea.
The text was updated successfully, but these errors were encountered:
If successIf and failureIf are both true then the node will fail. Likewise, we can have onlyIf and skipIf and give priority to e.g. skipIf. Or maybe even better, throw an exception if both conditions are defined as it can lead to undesired behavior.
It would be great to have
onlyIf
pre-condition as it is more readable thanskipIf
(in most situations). The main problem is a "collision" with theskipIf
pre-condition. They can be mutually exclusive, but maybe somebody has a better idea.The text was updated successfully, but these errors were encountered: