I'm looking for a way to report changes in an item's state that's independent of a trigger.
Use case: As an example, I have a bunch of web scenarios. Each runs every 5 minutes. There is a trigger on each that generates a "problem" after any step fails in 2 successive tests.
Is there a way to report this "state change" that is too brief for a trigger? Or do I need a second "hair trigger" (i.e., one that fires at the first sign of trouble)?
Use case: As an example, I have a bunch of web scenarios. Each runs every 5 minutes. There is a trigger on each that generates a "problem" after any step fails in 2 successive tests.
Is there a way to report this "state change" that is too brief for a trigger? Or do I need a second "hair trigger" (i.e., one that fires at the first sign of trouble)?
Comment