When Number is
Description
Runs linked commands when the input number value meets the input operation and match
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Subject | number | link-manual | true | The number value that will be used in operation with the predicate value |
Operation | text | manual-only | true | The operation that will happen between the subject and predicate value |
Predicate | number | link-manual | true | The predicate value that will be used in the operation |
Scenarios
- The user wants to determine if the
subject
value areequal
to thepredicate
value. - The user wants to determine if the
subject
value arenot equal
to thepredicate
value. - The user wants to determine if the
subject
value aregreater than
thepredicate
value. - The user wants to determine if the
subject
value aregreater than or equals
to thepredicate
value. - The user wants to determine if the
subject
value areless than
thepredicate
value. - The user wants to determine if the
subject
value areless than or equals
to thepredicate
value. - The user wants to determine if the
subject
value areempty
. - The user wants to determine if the
subject
value arenot empty
. - The user wants to determine if the
subject
value isodd
. - The user wants to determine if the
subject
value iseven
. - The user wants to determine if the
subject
value is amultiple of
thepredicate
value.
Use case
Inputs
- Subject:
1
- Operation:
Greater than
- Predicate:
4
Search Tags
Run a process with when logic
Trigger different process
If else