Condition

Tells the Executive Server how to compare the Count obtained from the keyword Expression.  When an Operation exits the Executive Server can examine a Log file to determine if the Operation ran successfully.  This keyword Expression can be examined by the Executive Server using the keyword Expression, Match case, Condition and Count fields.  

Example 1

The Operation is considered to be successful if the word success is found any where in the Log file:

Expression: success
 Match case: unchecked
 Condition: =
Count: 1

Example 2

The Operations is considered to be successful if the keywords failed and error or not found in the Log file:

Expression:  failed|error
 Match case: unchecked
 Condition: =
 Count: 0