-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create an If predicate #81
Comments
m607123
added a commit
that referenced
this issue
Jan 29, 2018
m607123
added a commit
that referenced
this issue
Jan 30, 2018
m607123
added a commit
that referenced
this issue
Jan 31, 2018
t616178
added a commit
that referenced
this issue
Jan 31, 2018
m607123
added a commit
that referenced
this issue
Feb 1, 2018
p013570
added a commit
that referenced
this issue
Feb 1, 2018
p013570
added a commit
that referenced
this issue
Feb 1, 2018
p013570
added a commit
that referenced
this issue
Feb 21, 2018
m607123
added a commit
that referenced
this issue
Feb 21, 2018
Merged into develop. |
This was referenced Mar 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The predicate would have 3 fields:
'condition': boolean
'then': Predicate
'else': Predicate
We should also allow a 'predicate' field to be set instead of the 'condition'. The logic would then look something like:
This should be similar to the way the Not predicate is implemented.
The text was updated successfully, but these errors were encountered: