Cisco Cisco Process Orchestrator 2.X User Guide

Page of 828
 
10-3
Cisco Tidal Enterprise Orchestrator Reference Guide
OL-24928-01
Chapter 10      Managing Conditions
  Accessing Condition Properties
Condition Descriptions
The following table provides a list of conditions that are associated with the product. For additional 
information on creating a condition, refer to the appropriate section. 
Comparison Operators
The following table contains operators that may display throughout TEO. 
Condition Type
Description
Compound Condition
Specifies when an action is to be taken based on an 
evaluation of conditions that have been defined. 
Prior Process Instance
Indicates that when a process has occurred within a specific 
time interval, the condition will evaluate to false.
.
Time Condition
Specifies a condition based on a defined calendar.
Variable Condition
Specifies a variable to be used as the condition under which 
the variable should evaluate as true.
.
Operator
Description
Contains
Iterates through the contents of the collection and 
determines if the specified item exists (if this is a string 
collection, this is case-insensitive)
Contains (case-sensitive)
Iterates through the contents of the collection and 
determines if the specified item exists (same as above, but 
a case-insensitive version)
Contains only
Iterates through the contents of the collection and 
determines if the only item in the collection is the specified 
item (if this is a string collection, this is case-insensitive)
Contains only (case-sensitive)
Iterates through the contents of the collection and 
determines if the only item in the collection is the specified 
item (same as above, but a case-insensitive version)
is empty
Determines if there are items in the collection or not
Equals
Determines if the left side equals the right side (if this is a 
string comparison, this is case-insensitive)
Not Equals
Determines if the left side does not equal the right side
Matches Regular Expression
Determines if the left side matches the regular expression 
specified on the right side
Matches wildcard
Determines if the left side matches the wildcard specified 
on the right side