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 in
node withtarget
name, it will be called - If there are two or more
link in
nodes with the sametarget
name, an error will be raised - The
link call
cannot call atarget link in
node inside a subflow