Skip to main content

Mark outdated workflow nodes on canvas and send a summary with Gmail (add-on)

Workflow preview

Workflow preview
100%
Mark outdated workflow nodes on canvas and send a summary with Gmail (add-on) preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This is an add on for the template [Check if workflows contain build in nodes that are not of the latest version](https://n8n.io/workflows/2301 check if workflows contain build in nodes that are no...

Best for

  • DevOps automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.gmail, n8n-nodes-base.n8n, n8n-nodes-base.code, n8n-nodes-base.noop

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mario.

Original n8n.io source

1.1 Workflow description

Title
Mark outdated workflow nodes on canvas and send a summary with Gmail (add-on)
Workflow name
Mark outdated workflow nodes on canvas and send a summary with Gmail (add-on)

This is an add-on for the template Check if workflows contain build-in nodes that are not of the latest version

Purpose

This workflow highlights outdated nodes within all workflows of a single n8n instance and places an updated preconfigured node right next to it, so it can be swapped easily.

How it works

  • The parent workflow checks the entire n8n instance for outdated nodes within all workflows and passes a list of those alongside some metadata to this workflow
  • This workflow then processes that data and updates the affected workflows
  • Outdated nodes are renamed by prepending an emoji (default: ⚠️) - this is also used for future checks to prevent from double-processing
  • The latest version of each outdated node is added to the workflow canvas (not wired up) behind the old one, slightly shifted in position
  • An Email is sent with a list of modified workflows

In the settings it is possible to define:

  • which symbol/emoji should be prepended to outdated notes
  • whether to include only major node updates or all of them
  • whether to add the new nodes to the canvas or not

Setup

  • Clone this template to your n8n instance
  • Update the Settings node by setting at least the base URL of your n8n instance
  • Set a recipient in the Gmail node
  • Clone the parent template to your n8n instance and configure it as described in it’s description
  • Add an “Execute Workflow” node to the end of the parent workflow and configure it, so it calls this workflow

How to use

Execute the parent workflow and check your Email Inbox.

All linked workflows should contain one or more updated nodes with an emoji prepended to their names.

Disclaimer

  • Beware, that major updates can cause migrations of nodes to fail, since their structure can differ. So always compare the old nodes with the newly created, if all parameters still meet the requirements.

  • Be careful when executing this workflow on a production environment, since it directly modifies your workflows. It is advisable to run this on your testing environment and migrate successfully tested workflows to your production environment using git or manually.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Execute Workflow Trigger

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1

Block 2 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Prepare Output

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Send Summary

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 5 - Get Workflow

Type / Role
n8n-nodes-base.n8n - n8n
Config choices
Version 1

Block 6 - Update Workflow

Type / Role
n8n-nodes-base.n8n - n8n
Config choices
Version 1

Block 7 - Modify Workflow (if required)

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Start Reference

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 9 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Settings

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Mark outdated workflow nodes on canvas and send a summary with Gmail (add-on)
Complexity advanced
Nodes 16
Categories DevOps
Author Mario
Published 21 Oct 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2477/2477.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Mark outdated workflow nodes on canvas and send a summary with Gmail (add-on) do?

This is an add on for the template [Check if workflows contain build in nodes that are not of the latest version](https://n8n.io/workflows/2301 check if workflows contain build in nodes that are no...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.