Circle V2 API Docs
    Preparing search index...

    Variable RPA_RUN_STATUSConst

    RPA_RUN_STATUS: readonly ["pending", "running", "success", "failed", "stopped"] = ...

    Lifecycle of an RPA (browser-automation) run. pending is the trigger being enqueued before the provider hands back a run id; running once the provider accepted it; the remaining states are terminal and mirror the provider's webhook events (CloudCruise: execution.success / .failed / .stopped).