Skip to main content

DataChecks

WFBs that are used to dictate the workflow’s path.

NameDescription ParametersResult
ConditionCondition that dictates the path of the workflow (data types are: Boolean, Text, Numeric, and Date)
  • Datatype: Bool, Text, Numeric, Date.
  • If text was chosen, these conditions can be used: Equals, NonEquals, Contains, StartsWith, EndsWith, IsNullOrEmpty
  • If Numeric or Date was chosen, these conditions can be used: Equal, NonEqual, Between, NotBetween, Less, Greater, GreaterOrEqual, LessOrEqual, IsNull, NotNull
  • N/A
    Data SwitchUsing the status information to specify a data switch
  • Name: Output designation of the WFB
  • Formula: Specify a value that returns a bool as a result
  • N/A
    EnumChecking a variable against stored enums
  • Value to be checked: Value to validate if is specified enum or not
  • System Enum: If checked it will check the values against system defined enums
  • Data Model: Where enums are placed
  • N/A