mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Design: subflows (markdown)
parent
25e53b4392
commit
e8e917c20e
@ -43,11 +43,11 @@ There are some differences between subflow and link node.
|
|||||||
There are two cases about link node. A link out node wired to link in node in a same tab and a different tab.
|
There are two cases about link node. A link out node wired to link in node in a same tab and a different tab.
|
||||||
|
|
||||||
Condition | Subflow | Link node (same tab) | Link node (different tab)
|
Condition | Subflow | Link node (same tab) | Link node (different tab)
|
||||||
-------------------------------|------------|-----------------------|--------------------------
|
---------------------------------|------------|-----------------------|--------------------------
|
||||||
Share context.flow | NO | YES | NO
|
Share context.flow | NO | YES | NO
|
||||||
Share context.global | YES | YES | YES
|
Share context.global | YES | YES | YES
|
||||||
Catch error in caller tab | YES | YES | NO
|
Catch error in caller tab | YES | YES | NO
|
||||||
Node actions (e.g. inject node)| NO | YES | YES
|
Node actions (e.g. inject node) | NO | YES | YES
|
||||||
|
|
||||||
## Definition
|
## Definition
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user