Given the following flow?
[{"id":"11cd268d.ac2249","type":"inject","z":"d9c9f5b0.34c538","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":310,"y":800,"wires":[["6edd5384.d65dbc"]]},{"id":"17923dbb.3f3b32","type":"inject","z":"d9c9f5b0.34c538","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":310,"y":840,"wires":[["2e7f5f9.18de0a"]]},{"id":"9917baac.4adb48","type":"inject","z":"d9c9f5b0.34c538","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":310,"y":880,"wires":[["51aa90d5.5ea7d"]]},{"id":"215b3560.9c8f1a","type":"inject","z":"d9c9f5b0.34c538","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":310,"y":920,"wires":[["836d0830.675648"]]},{"id":"b559971b.940958","type":"complete","z":"d9c9f5b0.34c538","name":"","scope":["836d0830.675648","51aa90d5.5ea7d","2e7f5f9.18de0a","6edd5384.d65dbc"],"uncaught":false,"x":290,"y":1000,"wires":[["700a56c.fa20ca8"]]},{"id":"6edd5384.d65dbc","type":"delay","z":"d9c9f5b0.34c538","name":"1s","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":470,"y":800,"wires":[[]]},{"id":"2e7f5f9.18de0a","type":"delay","z":"d9c9f5b0.34c538","name":"2s","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":470,"y":840,"wires":[[]]},{"id":"51aa90d5.5ea7d","type":"delay","z":"d9c9f5b0.34c538","name":"3s","pauseType":"delay","timeout":"3","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":470,"y":880,"wires":[[]]},{"id":"836d0830.675648","type":"delay","z":"d9c9f5b0.34c538","name":"4s","pauseType":"delay","timeout":"4","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":470,"y":920,"wires":[[]]},{"id":"700a56c.fa20ca8","type":"debug","z":"d9c9f5b0.34c538","name":"Message","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":460,"y":980,"wires":[]},{"id":"2694e9e9.a784a6","type":"status","z":"d9c9f5b0.34c538","name":"","scope":["6edd5384.d65dbc","2e7f5f9.18de0a","51aa90d5.5ea7d","836d0830.675648"],"x":300,"y":960,"wires":[["700a56c.fa20ca8"]]}]
Why do I get 7 debug messages? I would expect 1 per invoke node, and 1 per invoke from status node, that would be 8?
Also, if I wanted the combine node to only return that last result of the invoke nodes, how does one do that? A join node? Suggested configuration of the join node?