Automates callback invocation when Node.js readable/writable/duplex streams complete or fail, ideal for testing and stream lifecycle management in automation workflows.
This workflow leverages the end-of-stream module (v1.4.5) to detect completion or failure of Node.js streams, triggering a user-defined callback. It ensures reliable handling of stream events like 'finish', 'close', or errors, preventing premature processing in asynchronous environments. Dependencies include 'once' for idempotent callbacks, with Tape for testing.
Key benefits include robust synchronization for stream-based operations, reducing race conditions and errors in data pipelines. It sa
Platform
n8n
Category
Development & IT
Price
$4.99
Creator
Maxim Luong
streams
node.js
testing
callback
automation
error-handling
development
it
ci-cd
tape
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.