mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Optionally add msg.complete to split node output
so can trigger join even when in manual mode. to address #4781
This commit is contained in:
@@ -1020,7 +1020,8 @@
|
||||
"splitUsing": "Split using",
|
||||
"splitLength": "Fixed length of",
|
||||
"stream": "Handle as a stream of messages",
|
||||
"addname": " Copy key to "
|
||||
"addname": " Copy key to ",
|
||||
"addcomplete": " Add msg.complete to last element of split."
|
||||
},
|
||||
"join": {
|
||||
"join": "join",
|
||||
|
Reference in New Issue
Block a user