Skip to main content

Why does a solidified capability stop with an error during login?

Description

A solidified capability encounters an error at the login step and stops executing.

Cause

Currently every step in a capability is required to run — there is no automatic skip logic. If a step should only run conditionally (e.g. skip login when already logged in), use one of the following approaches:

Solution

  1. Use a Free Execution step to handle login, letting the model decide whether the step is needed.
  2. Enable Skip failed steps in the task execution options.
  3. Enable Incognito mode in the task execution options so every run starts from a fresh login state.