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
subjectvalue areequalto thepredicatevalue. - The user wants to determine if the
subjectvalue arenot equalto thepredicatevalue. - The user wants to determine if the
subjectvalue aregreater thanthepredicatevalue. - The user wants to determine if the
subjectvalue aregreater than or equalsto thepredicatevalue. - The user wants to determine if the
subjectvalue areless thanthepredicatevalue. - The user wants to determine if the
subjectvalue areless than or equalsto thepredicatevalue. - The user wants to determine if the
subjectvalue areempty. - The user wants to determine if the
subjectvalue arenot empty. - The user wants to determine if the
subjectvalue isodd. - The user wants to determine if the
subjectvalue iseven. - The user wants to determine if the
subjectvalue is amultiple ofthepredicatevalue.
Use case
Inputs
- Subject:
1 - Operation:
Greater than - Predicate:
4
Search Tags
Run a process with when logic Trigger different process If else