Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-flow-combine

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-flow-combine

Combine multiple flows into one waiting until a number (static or dynamic) of iterations are made.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Node-red Flow Combine

RedConnect Approved

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-flow-combine

Overview

Combine multiple flows into one waiting until a number (static or dynamic) of iterations are made.

Combine Start

This node defines from which point the flow splits.

The node have the following properties :

Wait an Array

If this property is checked, then the number of iterations which Combine End waits is the length of the Array.

Iterate over the Array

Split the Array on multiple messages.

Number of flows

If the other property is unchecked then the node Combine End will wait the number written in this property.

Combine End

This node doesn't produce any Output until all the expected iterations are done.

The node have the following properties :

Output processed data

If this property is checked, then the node collects in an Array, data from each iteration and at the end provides that in the payload. If on the start node is enabled Iterate over the Array the elements of the result Array have the same order as in the input Array.

Keywords

FAQs

Package last updated on 16 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc