AI for QA / Quiz

Exercise the n8n Failure Paths

Read a workflow's node roles and verify retries, routed failures, alerts, and external side effects.

Difficulty
Medium
Format
Quiz
Points
150
Estimate
8 min

// MISSION BRIEF

Your Mission

An n8n workflow turns webhook requests into Jira issues. Inspect its exported settings and an execution log, then decide how each node behaves under malformed input, transient service errors, and a final failed execution.

// FIRST CONTACT

Battle teaser

Workflow: Webhook -> Edit Fields -> HTTP Request (Jira) -> If -> Slack. The Edit Fields node maps body.summary to jira.fields.summary. What should a focused test of that node establish?

  1. ATreat the connected canvas as sufficient evidence that every downstream node will probably receive correct data, unless a production execution later proves otherwise
  2. BThe Slack API is globally available forever
  3. CValidate the Jira-field mapping and the defined missing-summary path
  4. DThe LLM provider has memorized the workflow
Answers, scoring, hints, and the full battle stay sealed.

// SKILL TAGS

workflow-testingn8nerror-handlingai-for-qa