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?
- ATreat the connected canvas as sufficient evidence that every downstream node will probably receive correct data, unless a production execution later proves otherwise
- BThe Slack API is globally available forever
- CValidate the Jira-field mapping and the defined missing-summary path
- DThe LLM provider has memorized the workflow
Answers, scoring, hints, and the full battle stay sealed.
// SKILL TAGS
workflow-testingn8nerror-handlingai-for-qa