The condition is the “if” part of a rule’s “if-then” statement, and the action is the “then” part. The action specifies what occurs to the object when the condition is met.
Actions are also used in the optional Else clause when you want to specify what actions should occur when the object does not match the rule’s conditions.