ποΈ Epcis Message
The EpcisMessage event type in is designed for handling complete EPCIS 2.0 documents as a single unit. Itβs best used when you want to process a batch of EPCIS events together, without splitting or filtering them individually.
ποΈ Epcis Object
The EpcisObject trigger type in enables fine-grained processing of individual EPCIS 2.0 events. Unlike EpcisMessage, which treats the EPCIS document as a batch, EpcisObject extracts and processes each event separately, making it ideal for granular, real-time tracking and decision logic in dynamic workflows.
ποΈ Ghost Data
Ghost Data is a specialized data serialization format designed primarily for communication between the and the RcomMobile service. It encapsulates structured tabular data, typically representing object records or system states, into a compact, efficient JSON payload. Although it was originally developed for RcomMobile, the Ghost Data format is generic and extensible, making it usable by any other service that conforms to its schema.
ποΈ Object Change
The Object Change event type in allows you to build reactive workflows that respond to changes in object data. This mechanism listens for object-level CRUD operations (Create, Update, Delete) performed within defined Object Groups, and triggers an associated workflow automatically via an Event Processor.
ποΈ On Timer
The On Timer event in enables time-driven automation within workflows. It is typically used to delay execution or schedule downstream logic using an internal timer mechanism.
ποΈ UHFTagRead
The UHFTagRead event type in is designed for receiving and processing data from RFID (Ultra-High-Frequency) devices. It enables seamless integration of tag read data from edge readers into workflows, where the data can be filtered, decoded, and transformed automatically.