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
If I'm not mistaking, the framework lacks an if statement. What if we extend the PredicateFilter for this and make it start one of two given tasks depending on the given BehaviorPredicate?
Right now I used two PredicateFilters in a row with the first using an EntryExistsPredicate which the second one negates.
The text was updated successfully, but these errors were encountered:
If I'm not mistaking, the framework lacks an if statement. What if we extend the PredicateFilter for this and make it start one of two given tasks depending on the given BehaviorPredicate?
Right now I used two PredicateFilters in a row with the first using an EntryExistsPredicate which the second one negates.
The text was updated successfully, but these errors were encountered: