レポートの実例
無料スキャンが出力するものを、架空の n8n instance でそのまま見られます。登録も API key も要りません。中身を読んでから、自分の instance に向けるかを決めてください。
instance は架空ですが、判定は作り物ではありません。あなたの instance を読むときと同じ検出器が、下の一行一行を出しています。異常のない workflow を残してあるのもそのためです。
これは何を映しているか
- 架空の制作会社の instance。workflow 6 本、実行履歴は約 100 件。
- 6 本のうち 4 本が別々の理由で壊れています。うち 2 本は n8n 上では「成功」と表示されます。
- すべての指摘に、判断の根拠が付きます。読んだうえで否定できます。
- 実在の顧客ではなく、実在の instance を読み取ってもいません。
概要
- スキャンした workflow
- 6
- 有効
- 6
- schedule あり
- 4
- 分析した execution
- 102
- 検出
- 5
- 履歴不足
- 1
- 基準の対象期間
- 14 日
- スキャン時刻
- 2026-09-12 07:54 UTC
確認できた最古の execution: 2026-08-29 08:00 UTC
workflow ごとの状態
- 正常2 本
- 失敗1 本
- サイレント障害1 本
- 実行されなかった1 本
- 出力ゼロ1 本
検出結果
- 出力ゼロ重大EMPTY_OUTPUT
Invoice sync → accounting
The last 3 successful runs produced 0 items; this workflow normally produces about 45. Success status is hiding a job that did nothing.
- 確信度:
- 100%
- 検出時刻:
- 2026-09-12 07:54 UTC
- 自動対応:
- 人の判断が必要
根拠
- execution.idsample-invoice-02026-09-11 08:00 UTC[execution]
- execution.itemsOut02026-09-11 08:00 UTC[execution]
- zero.streak32026-09-12 07:54 UTC[execution]
- baseline.medianItemsOut45[基準]
- baseline.zeroItemsShare0[基準]
- baseline.successCount11[基準]
- 失敗重大FAILED
Shopify orders → warehouse
The most recent execution failed at "Map line items" and nothing has succeeded since (2 failures in 24h).
- 確信度:
- 100%
- 検出時刻:
- 2026-09-12 07:54 UTC
- 自動対応:
- 条件付きでのみ自動化
根拠
- execution.idsample-order-02026-09-12 07:05 UTC[execution]
- execution.statuserror2026-09-12 07:05 UTC[execution]
- failures.last24h22026-09-12 07:54 UTC[execution]
- error.messageCannot read properties of undefined (reading 'sku')2026-09-12 07:05 UTC[execution]
- error.nodeMap line items2026-09-12 07:05 UTC[execution]
- error.nodeTypen8n-nodes-base.code2026-09-12 07:05 UTC[execution]
- 実行されなかった重大MISSED_RUN
Nightly database backup
Expected a run at 2026-09-12T02:00:00.000Z but the last run was 3.2d ago (3 occurrences missed).
- 確信度:
- 95%
- 検出時刻:
- 2026-09-12 07:54 UTC
- 自動対応:
- 自動で再試行して差し支えない
根拠
- schedule0 2 * * *[schedule]
- schedule.timezoneUTC[schedule]
- expected.at2026-09-12T02:00:00.000Z2026-09-12 02:00 UTC[schedule]
- grace.ms1800000[schedule]
- last.run.at2026-09-09T02:00:00.000Z2026-09-09 02:00 UTC[execution]
- missed.count3[schedule]
- サイレント障害重大SILENT_FAILURE
Payment received → CRM
This workflow normally runs about every 2.0h but has been quiet for 1.1d. Its trigger may have stopped receiving events.
- 確信度:
- 90%
- 検出時刻:
- 2026-09-12 07:54 UTC
- 自動対応:
- 人の判断が必要
根拠
- baseline.medianGapMs7184992.5[基準]
- baseline.p95GapMs7572826[基準]
- baseline.maxGapMs7738644[基準]
- baseline.sampleSize27[基準]
- baseline.observedDays3.5[基準]
- last.run.at2026-09-11T05:48:24.120Z2026-09-11 05:48 UTC[execution]
- quiet.ms939684272026-09-12 07:54 UTC[execution]
- 件数の異常警告VOLUME_ANOMALY
Payment received → CRM
0 executions in the last 24h versus a normal 12.0 per day. Activity dropped to 0% of normal.
- 確信度:
- 65%
- 検出時刻:
- 2026-09-12 07:54 UTC
- 自動対応:
- 人の判断が必要
根拠
- last24h.count02026-09-12 07:54 UTC[execution]
- baseline.runsPerDay11.99[基準]
- ratio0[基準]
判定に足る履歴がない workflow
統計的な検出に必要な execution がまだ足りていません。OutcomeGuard は異常を作らず、足りないことをそのまま書きます。
- New client onboarding観測した実行 2 件
自分の instance で試す
無料スキャンは n8n の REST API を読み取るだけで、書き込みは一切しません。API key はこの 1 回で使い捨てで、instance の連携を選ばない限り保存しません。