From d82fe9507648f13ca1e5f356473edb522f8e27c8 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 10 Jun 2016 22:51:57 +0100 Subject: [PATCH] Update split node docs --- nodes/core/logic/17-split.html | 51 +++++++++++---- nodes/core/logic/17-split.js | 21 ++++--- test/nodes/core/logic/17-split_spec.js | 86 ++++++-------------------- 3 files changed, 72 insertions(+), 86 deletions(-) diff --git a/nodes/core/logic/17-split.html b/nodes/core/logic/17-split.html index 8cc79ac5c..49b0f4e2c 100644 --- a/nodes/core/logic/17-split.html +++ b/nodes/core/logic/17-split.html @@ -34,6 +34,18 @@
  • array - a message is sent for each element of the array
  • object - a message is sent for each key/value pair of the object. msg.parts.key is set to the key of the property.
  • +

    Each message is sent with the msg.parts property set. This is + an object that provides any subsequent join node the necessary information + for it to reassemble the messages back into a single one. The object has the following + properties:

    +