mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
update link-call node info according to current behavior
This commit is contained in:
parent
424a53da4e
commit
07a9e69e7b
@ -54,9 +54,10 @@
|
||||
<p>If no response is received within the configured timeout, default 30 seconds, the node
|
||||
will log an error that can be caught using the <code>catch</code> node.</p>
|
||||
<p>When the option <b>Link Type</b> is set to "Dynamic target" <code>msg.target</code> can be used to call a
|
||||
<code>link in</code> by name. The target <code>link in</code> node must be named.
|
||||
<code>link in</code> by name or id.
|
||||
<ul>
|
||||
<li>If there are 2 <code>link in</code> nodes with the same name, an error will be raised</li>
|
||||
<li>If there is a <code>link in</code> nodes with the same id, it will be called</li>
|
||||
<li>If there are two or more <code>link in</code> nodes with the same name, an error will be raised</li>
|
||||
<li>A <code>link call</code> cannot call a <code>link in</code> node inside a subflow</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user