Which of my n8n automations have quietly stopped
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
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
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.