📄️ Join Streams
You want to create a signle message from a seperate stream of messages
📄️ Operate on Array
You want to perform an operation on every element in an array.
📄️ Rate Limit Message Stream
You want to handle messages at a regular rate.
📄️ Rate Limit Messages
You want to slow down the messages passing through a flow.
📄️ Report By Exception
You want to drop a message if the value of its payload has not changed since the last message.
📄️ Route on Context
You want to route a message based on a context value.
📄️ Route on Property
You want to route a message to different flows according to the value of the property.
📄️ Trigger at Interval
You want to trigger a flow at regular intervals.
📄️ Trigger at Time
You want to trigger a flow at a specific time.
📄️ Trigger on Start
You want to trigger a flow whenever IgniteConnex Runtime starts.
📄️ Trigger Placeholder
You have a stream of messages coming from a sensor at regular intervals.
📄️ Trigger Timeout
You want a flow to be triggered if a message is not received after a defined time.