AgileShapes / Generic BPM |
A condition activity that can branch into more than two routines based on the value of the specified Data Binding property and the expression operator. Each Data Binding property is assigned a data type such as: integer, number, date, and string. Various expression operators such as =, >, >=, etc., are supported to enable the most sophisticated process dynamics. The following is a complete list of the complex branching options that are available based on the data type that is specified.
Data Type | Expression Operators |
---|---|
Integer |
= > >= < <= != |
String |
= =(IgnoreCase) StartsWith EndsWith Contains != |
DateTime | = LaterThan EarlierThan != |
Double | = > >= < <= != |
Short | = > >= < <= != |
Float | = > >= < <= != |
Decimal | = > >= < <= != |
TIP: You can use the Multiple Condition AgileShape to determine whether a String value is null by using the operator "Equals" and entering the value as <NULL>.
The properties of the basic AgilePart AgileShape are also included in this AgileShape. For more information, see AgilePart.