Loading

Never condition

Stack

Use the never condition to skip performing the watch actions whenever the watch is triggered. The watch input is processed and a record is added to the watch history, but watch execution ends without executing actions. This condition is generally used for testing.

There are no attributes to specify for the never condition. To use the it, you specify the condition type and associate it with an empty object:

"condition" : {
  "never" : {}
}