OCR stop condition

Problem: You need to stop or reroute a workflow when a warning message appears on screen.

TriggerFlow monitors a region for the word “Error,” then stops the workflow and logs the event when it appears.

Trigger used

OCR trigger

Actions used

Abort action Log/alert Conditional logic

Why this is reliable

The workflow reacts to real text on screen instead of fixed delays, so it stops immediately when the warning appears.

Try it yourself