Skyvern runs can fail because an input is missing, a page changed, or a decision was required. They can also fail because the outside world is now in a different state. Strawberry can inspect run history, browser evidence, task inputs, and exceptions to create a concrete diagnosis instead of a generic failure queue.
01
Find the first step that actually broke.
A run may show an error after the important failure already happened several screens earlier.
Strawberry can read the visible trail and identify the first state change, missing field, or unexpected page condition. That condition caused the automation to leave its intended path.
02
Separate a repairable exception from a human decision.
Some paused tasks need a selector update; others are paused because an invoice, recipient, or irreversible action needs somebody to choose. Strawberry can distinguish those cases so engineers are not asked to debug a business decision.
03
Keep retries from multiplying the original damage.
A browser run that reached a checkout, form, or update screen may have partially completed its job before failing. Strawberry can prepare the state evidence an owner needs to decide whether a retry is safe.
04
Inspect failures before dependent teams begin their day.
At 08:45, overnight run results are available and the people who depend on them still have time to redirect work. Strawberry can compile the repair queue without repeating any external action.
It can inspect the available run evidence and prepare a diagnosis centred on the first broken step and affected task.
It can prepare a retry assessment, but an external or consequential retry needs a human check of the downstream state first.
It puts overnight failures in front of their owners before the day’s dependent workflows are underway.
Before continuing a Skyvern run, inspect the current site state, any action already completed, and the task input. Also inspect the downstream consequence of a second attempt.