When any match
Description
Runs the continue
trigger when any of the input operations are true
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Field operations | key-list | manual-only | false | The key and operation that will happen between the key value and key predicate value |
Scenarios
- The user wants to determine if the
key
text
value areequals
to thekey predicate
value - The user wants to determine if the
key
text
value arenot equals
to thekey predicate
value. - The user wants to determine if the
key
text
valuecontains
thekey predicate
value - The user wants to determine if the
key
text
value doesnot contain
thepredicate
value - The user wants to determine if the
key
text
value isempty
- The user wants to determine if the
key
text
value isnot empty
- The user wants to determine if the
key
number
value isequals
to thekey predicate
value - The user wants to determine if the
key
number
value isnot equals
to thekey predicate
value - The user wants to determine if the
key
number
value isgreater than
thekey predicate
value - The user wants to determine if the
key
number
value isgreater than or equals
to thekey predicate
value - The user wants to determine if the
key
number
value isless than
thekey predicate
value - The user wants to determine if the
key
number
value isless than or equals
to thekey predicate
value - The user wants to determine if the
key
number
value isempty
- The user wants to determine if the
key
number
value isnot empty
- The user wants to determine if the
key
number
value iseven
- The user wants to determine if the
key
number
value isodd
- The user wants to determine if the
key predicate
number
value is amultiple of
thekey
value - The user wants to determine if the
key
long-text
value areequals
to thekey predicate
value - The user wants to determine if the
key
long-text
value arenot equals
to thekey predicate
value. - The user wants to determine if the
key
long-text
valuecontains
thekey predicate
value - The user wants to determine if the
key
long-text
value doesnot contain
thekey predicate
value - The user wants to determine if the
key
long-text
value isempty
- The user wants to determine if the
key
long-text
value isnot empty
Use case
With operation ports
Inputs
- Condition name:
category
- Condition data-type:
text
- Logic operation:
equals
Search Tags
Run a process with when logic
Trigger different process
If else
or logic gate