Trigger on Either Active or Clear filters

Choose the Trigger on Either Active or Clear filter if you want to set your Action to execute each time a condition becomes Active or Cleared.

For example, let's say, you want to keep a log of all printer paper jams so you can determine the average time it takes for a jam to be cleared. When a paper jam occurs, the printer generates an event with a state of Active. This satisfies the condition of the filter and executes your Action.

When the paper jam is cleared, the printer generates another event with a state of Clear. This event also satisfies the condition of the filter and executes your Action. You now have two lines in your log file, one with the time at which the paper jam occurred and another with the time it was cleared.