Optional
lhsOracleJob where the executed result is equal to the left hand side operand.
Optional
lhsString or ${CACHE_KEY}
representing the left hand side operand.
Optional
onThe OracleJob to execute if the condition fails to evaluate.
Optional
onThe result to use if the condition fails to evaluate. Can be set to a ${CACHE_KEY}
.
Optional
onThe OracleJob to execute if the condition evaluates to false.
Optional
onThe result to use if the condition evaluates to false. Can be set to a ${CACHE_KEY}
.
Optional
onThe OracleJob to execute if the condition evaluates to true.
Optional
onThe result to use if the condition evaluates to true. Can be set to a ${CACHE_KEY}
.
Optional
opThe type of operator to use on the left (lhs) and right (rhs) operand.
Optional
rhsOracleJob where the executed result is equal to the right hand side operand.
Optional
rhsString or ${CACHE_KEY}
representing the right hand side operand.
Properties of a ComparisonTask.