Website Scraper wrapped in Error Shield: Input: "https://example.com" If successful: - Success Path: Scraped content - Error Path: Not triggered If failed: - Success Path: Not triggered - Error Path: "https://example.com" (if Pass Inputs Through enabled)
Website Scraper in Loop Mode wrapped in Error Shield: Input: [ "https://site1.com", "https://site2.com" (fails), "https://site3.com", "https://site4.com" (fails) ] Results: - Success Path: [site1 content, site3 content] - Error Path: ["https://site2.com", "https://site4.com"] (if Pass Inputs Through enabled)
Error Shield ├─ Success Path → Process Success → └─ Error Path → Handle Error → Join Paths → Continue Workflow
Scrape Websites → Error Shield ├─ Success → Extract Content → └─ Error → Log Failed URLs → Join Paths → Save Results