📄️ Code
This component executes plain JavaScript code within a sandbox making it secure and safe. In regards the following limitations apply:
📄️ Conditional split
The Conditional Split component allows you to route an input message into one specific output based on the expressions associated with each output. The message is routed to the first expression that evaluates to true. If none of the expressions evaluate to true, the message will be sent to the default output if one is configured.
📄️ Control
The Control component will ensure that there are no pending messages in the sub-flow in front of it. This allows for setting constraints for when specific sections of the flow start.
📄️ Deduplicate
The deduplicate component will look at a property-key from the incoming message.
📄️ Merge Join
This component joins all received objects and merges them.
📄️ Stack
The stack component allows to do depth-first traversing (longest branches before the shortest branch of a tree), but it also facilities processing data in a certain order.