update link-call node info according to current behavior

This commit is contained in:
Hiroyasu Nishiyama 2022-05-06 23:38:58 +09:00
parent 424a53da4e
commit 07a9e69e7b
1 changed files with 3 additions and 2 deletions

View File

@ -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>