Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 983 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 983 Bytes

Contributing

Setup

Install dependencies:

yarn install

Update dependencies and dev dependencies to latest versions

yarn run update

Run

Use demo/run_demo.sh to run n8n with n8n-nodes-changed installed.

./demo/run_demo.sh
# or
yarn run demo
# or
yarn run demo:build

Release

To release a new version, create a new release (with tag) on GitHub.

To cancel a release, delete the release on GitHub, remove the tag on GitHub and delete the release from npmjs.org.

Overview

This n8n-node calculate the hash of the input (the json of items) and persist data using workflow staticData.

The staticData persist and retrieve data from the workflow only on triggermode. In manualmode it will not persist nor retrieve data. The default value will always be used in manualmode.

After each execution, we compare the hash of the current input with the hash of the previous input and redirect the stream based on that.