Skip to content

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 are equal to the predicate value.
  • The user wants to determine if the subject value are not equal to the predicate value.
  • The user wants to determine if the subject value are greater than the predicate value.
  • The user wants to determine if the subject value are greater than or equals to the predicate value.
  • The user wants to determine if the subject value are less than the predicate value.
  • The user wants to determine if the subject value are less than or equals to the predicate value.
  • The user wants to determine if the subject value are empty.
  • The user wants to determine if the subject value are not empty.
  • The user wants to determine if the subject value is odd.
  • The user wants to determine if the subject value is even.
  • The user wants to determine if the subject value is a multiple of the predicate value.

Use case

Command

Inputs
  • Subject: 1
  • Operation: Greater than
  • Predicate: 4
Search Tags

Run a process with when logic Trigger different process If else