1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: subflows (markdown)

Nick O'Leary 2014-08-23 05:14:00 -07:00
parent 009a2f64ed
commit a60dbffb3c

@ -57,10 +57,10 @@ An instance of a subflow has the following properties:
It inherits the `name` of the parent subflow.
**Questions:*
**Questions:**
* how does an instance node identify its parent?
* type=subflow:<parent-id>
* type=subflow:'parent-id'
* type=something other than subflow and parent=<parent-id>