forked from node-red/node-red
-
Notifications
You must be signed in to change notification settings - Fork 0
Query node feature definitions
zobalogh edited this page Oct 29, 2014
·
6 revisions
This page defines the features and design conventions that each query node should adhere to. The page is currently under development and changes to its contents are possible. Once the behaviour is agreed upon, these conventions are going to be migrated onto the Node-RED website for easy reference.
- Always produce an output msg upon receiving an incoming msg
- Send out a NULL msg.payload if for some reason they cannot provide the appropriate payload (example: data not available yet)
- Upon receiving a NULL message payload, they should.... TODO
- Have clearly defined behaviour that determines how the incoming msg object is manipulated and then forwarded
- Try to be as stateless as possible (same behaviour regardless of say initialiation properties or any other state)
- MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED
- MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED