to make problem even clear: here is two "different" subflow, one was forked "long ago" from another:
import me to next node
[
{
"id": "4875d2d320e854a1",
"type": "subflow",
"name": "Subflow 2",
"info": "",
"in": [],
"out": []
},
{
"id": "3c6908f4a035f01f",
"type": "function",
"z": "4875d2d320e854a1",
"name": "function 3",
"func": "\nreturn msg;",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 200,
"y": 80,
"wires": [
[]
]
},
{
"id": "99aedb3212b835d3",
"type": "subflow:4875d2d320e854a1",
"z": "3c4154b39eca0635",
"name": "",
"x": 360,
"y": 980,
"wires": []
}
]
I was same as above, but evolved
[
{
"id": "4875d2d320e854a1",
"type": "subflow",
"name": "after long time",
"info": "",
"category": "",
"in": [],
"out": [],
"env": [],
"meta": {},
"color": "#DDAA99"
},
{
"id": "bbb901cbbf7830bb",
"type": "debug",
"z": "4875d2d320e854a1",
"name": "debug 2",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 240,
"y": 120,
"wires": []
},
{
"id": "99aedb3212b835d3",
"type": "subflow:4875d2d320e854a1",
"z": "3c4154b39eca0635",
"name": "",
"x": 370,
"y": 980,
"wires": []
}
]
Moderator's note. Backticks added around second one to make it possible to import.