Acknowledge
Use this node when you want to explicitly mark a message as successfully processed without waiting for downstream nodes to complete. It acknowledges the message immediately and forwards it via the Success connection so the rest of the rule chain can continue processing.
Configuration
Section titled “Configuration”This node requires no configuration.
Message processing algorithm
Section titled “Message processing algorithm”- The node receives the incoming message.
- The message is immediately acknowledged — the platform records it as successfully processed.
- The message is forwarded to downstream nodes via the
Successconnection.
Output connections
Section titled “Output connections”| Connection | Condition |
|---|---|
Success | Always — the message was acknowledged and forwarded. |
JSON schema
Section titled “JSON schema”{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EmptyNodeConfiguration", "type": "object", "properties": {}, "additionalProperties": false}