@digital-boss/n8n-wf-deps

1.0.1 • Public • Published

N8N Workflow Dependencies Library

Library Purpose

Initially, it this project was supposed to be implemented as a CLI application, to create a Table of Contents for n8n workflows.

However, during the development process, I realized that it would be convenient to provide each workflow in ToC with a reference to instances of n8n. For example, you have three different environments: Dev, UAT, Prod; and then in ToC for each workflow, you want a reference to the same workflow for each n8n instance you have. But this list of instances and their addresses belongs to a specific client or project that you have. Therefore, I decided to develop the project in the form of a library. This will allow you to use the n8n dependency tracking library for a wider range of projects and purposes.

In general, the library provides methods for obtaining various kinds of dependencies in n8n workflows.

At the moment, it is implemented to get workflows dependencies with the indication of an external trigger at the second level of the hierarchy. For more information, see Requirements to produced ToC section.

Producing Table of Content

  1. It is hierarchical list: 1st level is workflows, 2nd level is triggers, Next levels is workflows, called by it's parents (called by "n8n-nodes-base.executeWorkflow" node).
  2. All workflow items in a list should be a link (using markdown syntax) to corresponding document in use-cases folder.
  3. Has two sections with corresponding headers: "Main Workflows" and "Orphans".
  4. In Main section list workflows that has trigger nodes (besides "n8n-nodes-base.start").
  5. For each workflow in main section:
    1. list their triggers as 2nd level of hierarchical list.
    2. and as a 3rd level list workflows, called in trigger branch by "n8n-nodes-base.executeWorkflow" node.
    3. next levels - workflows, called by it's parents. Rare case, but can happen.
  6. In Orphans section list workflows, that are not existed in main section.

Readme

Keywords

none

Package Sidebar

Install

npm i @digital-boss/n8n-wf-deps

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

17.3 kB

Total Files

23

Last publish

Collaborators

  • stams
  • perseus-algol
  • feelgood-interface
  • sven.janssen
  • valentinalilova