autana-testing-call-or-mock 1.0.6
Node-RED node for call or mock
autana-testing-call-or-mock
Node-RED node for call or mock
Install
Run the following command in your Node-RED user directory - typically ~/.node-red
    npm install autana-testing-call-or-mock
Information
Calls a flow that starts with a named link in node and finish with a link out node configured
       in 'return' mode, and passes on the response. (a function flow)
Inputs
Details
The target link in node can be placed on any tab.
When this node receives a message, it is passed to the connected target link in node.
   
It then waits for a response which it then sends on.
If no response is received within the configured timeout, default 30 seconds, the node
       will log an error that can be caught using the catch node.
- If there is a 
link innode withtargetname, it will be called - If there are two or more 
link innodes with the sametargetname, an error will be raised - The 
link callcannot call atarget link innode inside a subflow