📄️ 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 manages the execution order of different sections within a flow. It ensures that
📄️ 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.
📄️ Template Engine
This component allows you to format data using a Handlebars template. The result will be a rendered template based on the input. it can be used to template JSON, XML, CSV, and HTML files.
📄️ Trigger
With a trigger you can start a flow and send optional data. Use it to start flows and set initial configuration information on other components.