-
Notifications
You must be signed in to change notification settings - Fork 3.8k
No source information from complete node #5413
Copy link
Copy link
Closed
Labels
Description
Current Behavior
The catch and status nodes send the source information to identify the source of the message. However, the complete node does not include any source information in its message.
Due to this issue, we cannot create a simple flow triggered by two email nodes.
Expected Behavior
The complete node sends the source information in msg.complete.source.
Steps To Reproduce
Import the following example flow
Example flow
[{"id":"55ad296e65847490","type":"inject","z":"46522061720ca2a7","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":420,"y":60,"wires":[["a3b819dbd264f5cb"]]},{"id":"a3b819dbd264f5cb","type":"function","z":"46522061720ca2a7","name":"function 1","func":"node.error(\"test\", msg);\nnode.status(\"test\");","outputs":0,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":600,"y":60,"wires":[]},{"id":"b88804e0a1ad33f6","type":"complete","z":"46522061720ca2a7","name":"","scope":["a3b819dbd264f5cb"],"uncaught":false,"x":430,"y":260,"wires":[["4ffe5a1345353f8b"]]},{"id":"c6e637e95cf99ee6","type":"catch","z":"46522061720ca2a7","name":"","scope":["a3b819dbd264f5cb"],"uncaught":false,"x":410,"y":140,"wires":[["c30cfaa84d8d7091"]]},{"id":"06856bfd9e052240","type":"status","z":"46522061720ca2a7","name":"","scope":["a3b819dbd264f5cb"],"x":420,"y":200,"wires":[["291330d92f334865"]]},{"id":"4ffe5a1345353f8b","type":"debug","z":"46522061720ca2a7","name":"debug 3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":600,"y":260,"wires":[]},{"id":"c30cfaa84d8d7091","type":"debug","z":"46522061720ca2a7","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":600,"y":140,"wires":[]},{"id":"291330d92f334865","type":"debug","z":"46522061720ca2a7","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":600,"y":200,"wires":[]}]
Environment
- Node-RED version: v4.1.2
- Node.js version: v25.2.1
- npm version: v11.6.2
- Platform/OS: macOS 26.0.1 (25A362) on Apple M1 Macbook Air
- Browser: Google Chrome Version 143.0.7499.170 (Official Build) (arm64)
Reactions are currently unavailable