Recued
Menu
← Back to recipes

Which of my n8n automations have quietly stopped

by recued-core v1 9 views

Use “Which of my n8n automations have quietly stopped” in Recued. Reviews n8n workflows and recent executions together. A deactivated or archived workflow produces no executions, so a failure report shows it as clean — silence is not health.

How it works 26 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (26 steps)
limit clamp
Clamp setting limit between 1 and 250
wf_raw ?
workflows default
Apply default
have_workflows template
Generate text from a template
fail: step.workflows is_empty
wf_count count
Count items in workflows
archived filter
Filter by condition
archived_count count
Count items in archived
live filter
Filter by condition
inactive filter
Filter by condition
inactive_count count
Count items in inactive
active filter
Filter by condition
active_count count
Count items in active
ex_raw ?
executions default
Apply default
ex_count count
Count items in executions
failed filter
Filter by condition
failed_count count
Count items in failed
succeeded filter
Filter by condition
succeeded_count count
Count items in succeeded
executed_ids pluck
Extract workflowId from each item
ran_ids unique
Remove duplicates from
silent filter
Filter by condition
silent_count count
Count items in silent
card to_summary
Format results as a summary card
silent_table to_table
Format results as a data table
failed_table to_table
Format results as a data table
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

n8n setting =
limit setting = 250

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

Read your N8n connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

n8n n8nautomationworkflowmonitoringread-only

Details

26 steps 2 configurable settings recipe_id: review-automation-health-n8n