Skip to content
Product Data & Architecture

How Can Product Presence or Condition Become a Business Event Without a Manual Scan?

See how RFID reads and sensor measurements become governed business events through association, context, filtering and business rules, and where EPCIS fits.

Reading time
10 min
Last verified
Sources
7
Share article
LinkedIn X Email
A factory conveyor of gears and components with hands holding a phone rendering a component in teal
Activatea Product.
Share
LinkedInXEmail
Navigate this page

Automatic readers and sensors can observe a product without a person pointing a phone or handheld scanner at it. The harder part is deciding when that observation is reliable and useful enough to become a business event. This page separates the raw observation from the association, filtering, context and business rules that turn it into something an operational system should act on.

The direct answer

A fixed RFID reader, sensor, gateway or connected device can generate an observation automatically. That does not make every read or measurement a business event.

A governed system still has to associate the observation with the intended object, qualify who or what observed it, attach time, place and configuration context, filter duplicates and obvious noise, then apply a business rule. Only after those steps should the system create the event, alert or action that matters to the business.

That distinction is already visible in deployed systems. Retailers use fixed and robotic RFID readers to observe items without individual hand scans. Logistics networks use automatic RFID capture at operational checkpoints. Reefer and high-value shipment services continuously sense location or condition and raise alerts without waiting for somebody to scan a code.

What is not established is a single, universal cross-industry trust pipeline that makes any automatic observation reliable enough for any business decision. The components are DEPLOYED in bounded systems. The horizontal composition is COMPOSABLE. Automatic sensing as proof of authenticity or truth is NOT_SUPPORTED.

The useful chain is observation to decision, not sensor to truth

The same basic sequence appears across RFID, condition sensing and connected logistics even when the technologies differ.

  1. Observe. A reader sees a radio tag, a sensor measures temperature or movement, or a gateway receives a device message.
  2. Associate. The system decides which product, item, package, container or other asset the observation belongs to.
  3. Qualify. It adds the observer, time, place, read zone, device configuration and other context needed to interpret what happened.
  4. Filter and validate. Duplicate reads, stale messages, impossible values and low-quality observations are removed or held for review.
  5. Apply a business rule. The system decides whether the observation represents something worth recording, such as receipt at a location, departure through a controlled exit or a temperature excursion.
  6. Create an event or action. A governed business record, alert or downstream action is created with the context the receiving system needs.
  7. Keep an exception path. Failed associations, conflicting observations and later corrections need somewhere to go rather than being silently turned into clean history.

This is why the phrase “the product created an event” can be misleading. A self-powered connected product may originate telemetry, but in many deployed architectures the product does not decide the business meaning. Readers, gateways, capture applications and business rules do that work around it.

A useful design question is therefore not “Can the product transmit something?” It is “What has to be true before software is allowed to treat that observation as evidence that a business event occurred?”

What deployed scan-free systems actually prove

Several production systems already remove a manual scan from part of the process. They are useful because each proves a bounded composition rather than a universal architecture.

Deployed exampleWhat happens automaticallyWhat it provesWhat it does not prove
Decathlon RFID estateTagged products are read through fixed and automated RFID infrastructure across factories, warehouses and stores.Item observations can be captured at substantial operational scale without hand-scanning every product.That every read becomes an EPCIS event, that every read is correct or that the tag is physically bound to the right object.
Amazon Just Walk Out RFID lanesTagged merchandise is read at a controlled exit and connected to a checkout flow.Automatic item reads can be combined with a known zone and a business rule to support a transaction.That the same architecture works in every retail environment or that an RFID read proves authenticity or ownership.
UPS RFID sensingRFID observations replace or reduce manual package scans at defined logistics points in the US network.Automatic capture can be embedded into high-volume operational infrastructure.That the captured identifier is a Digital Product Passport or that the event semantics are EPCIS.
Maersk Captain PeterReefer equipment continuously reports condition and location data and can generate alerts or support corrective action.Continuous sensing can move from measurement to operational alerting without a manual product scan.Item-level product identity, a universal event model or a general-purpose product authenticity system.

The common pattern is controlled context. A reader at a known exit, a logistics checkpoint or a monitored reefer has a clearer business interpretation than a radio sighting with no reliable zone or process context.

That is also why better radio hardware does not remove the governance problem. More observations can improve coverage, but they also create more duplicates, edge cases and data to interpret.

Where EPCIS fits, and where raw telemetry belongs

EPCIS is useful once the business has decided that an event exists and wants to represent or exchange it in a consistent way. The existing EPCIS owner explains the event classes, event-vs-master-data boundary and the role of business context. This page owns the step immediately upstream: how an automatic observation earns promotion into that event layer.

GS1's System Architecture explicitly separates capture infrastructure from the downstream applications that use captured data. It describes raw sensor data being parsed, validated, translated and augmented with higher-level business context before it reaches business applications or becomes an appropriate EPCIS output.

EPCIS 2.0.1 can carry sensor information through sensorElement and sensorReport, including references to raw data and information about processing. The important architecture boundary is that EPCIS is not intended to become a dump of every raw sensor reading. Business-oriented aggregation and contextualised sensor information are normally more useful than a stream of uninterpreted telemetry.

That gives a practical split:

  • keep high-volume raw telemetry where the sensing system can manage it efficiently;
  • preserve enough provenance to explain how the observation was processed;
  • promote only the business-relevant result into the event layer;
  • keep a reference to raw evidence where the use case needs later inspection.

A well-formed EPCIS event still does not prove the underlying observation was true. The standard can structure the event and its context. It cannot independently establish that the antenna saw the intended physical object, that a sensor was calibrated correctly or that a carrier was not moved to a different item.

What can fool the observation-to-event pipeline

Automatic capture removes one kind of human action. It introduces other failure modes that have to be designed for.

Duplicate and missed reads

An RFID reader may see the same tag repeatedly while it sits in range, or fail to see it when orientation, material, interference or tag placement is poor. A sensor may send the same state after a retry or miss a reporting interval during a connectivity failure.

The business rule therefore needs to decide what counts as one event. “We received ten reads” and “ten products crossed the door” are not equivalent statements.

Ghost and wrong-zone association

Radio does not respect a painted line on the floor. A reader installed for one doorway may pick up an item just outside the intended zone, or an adjacent antenna may see the same object. Zone design, antenna configuration and timing windows are part of the event logic, not just installation detail.

The same principle applies to location and condition sensors. If the system cannot reliably associate the measurement with the intended product or containment level, a precise measurement can still produce the wrong business conclusion.

Weak physical binding

The digital identifier may be perfectly valid while the tag, carrier or sensor is attached to the wrong physical object. Automatic capture cannot solve that by itself.

If the decision depends on one exact unit, the required identity level and the continuity of that identity matter. The guide to when lifecycle data needs item-level identity owns that granularity decision.

Clock, calibration and configuration drift

Time, threshold, firmware, sensor calibration and reader configuration can all change the meaning of an observation. A temperature excursion is only useful if the threshold and measurement context are known. A location event is only useful if the zone definition is still the one the business rule assumes.

Connectivity and retry behaviour

Gateways go offline. Messages arrive late or out of order. Systems retry. If the event pipeline does not preserve identifiers and deduplication logic, a temporary network problem can become a false sequence of business events.

The evidence discipline is similar to a manual scan: the observation tells you something, but not everything. The separate page on what a scan actually tells you owns the broader evidence boundary around scan observations.

What an automatic event does not prove

An automatic event can be operationally useful without carrying more certainty than the observation supports.

It does not automatically prove:

  • that the physical object is authentic;
  • that the identifier has never been cloned or moved;
  • that the observer saw the intended object rather than an adjacent one;
  • that a sensor was correctly calibrated;
  • that the party creating the event owned the product or had legal authority over it;
  • that an EPCIS-conformant event is factually true;
  • that every earlier or later event in the history is trustworthy.

Those boundaries matter because useful systems are often built by composing several partial forms of evidence. Physical binding, issuer trust, event history and observation quality can reinforce each other. None should be silently promoted into proof of all the others.

Once governed events accumulate, they can support anomaly signals from identity, event history, time and location. That is a further inference layer. A strange sequence can justify investigation, but an anomaly is still not proof of counterfeit or diversion.

The economics sits in the assurance and exception path

The reader or sensor is only one part of the operating cost.

A production system may also need tags or serialisation, fixed infrastructure, gateways, connectivity, commissioning, reader-zone engineering, sensor calibration, master-data joins, event filtering, integration, monitoring and people who can resolve exceptions when the automation is uncertain.

The deployment examples above show those burdens exist. They do not provide a defensible universal return-on-investment figure across sectors, technologies and use cases.

A better business case starts with the event, not the hardware. Ask:

  • Which manual action or delayed decision are we trying to remove?
  • What is the cost of a missed event?
  • What is the cost of a false event?
  • Can the observation happen in a controlled enough zone or context?
  • What exception rate can the operation absorb?
  • Does the next action need item-level identity, or would batch, container or location state be enough?

A system that automates a high-value, well-bounded event can justify substantial infrastructure. A system that creates thousands of low-value observations and a large manual exception queue may simply move the work somewhere else.

What to build first

For a first implementation, choose one event with a clear physical boundary and a clear downstream consequence.

A useful sequence is:

  1. Name the business event. “Received at warehouse A” is better than “RFID read detected”.
  2. Set the identity scope. Decide whether the rule applies to item, package, logistics unit, container or another level.
  3. Define acceptable observers. Record which readers, sensors or gateways can contribute evidence and how their configuration is governed.
  4. Define the promotion rule. State the time window, zone, threshold, deduplication and contextual conditions that turn observations into an event.
  5. Design the exception path before automation. Decide what happens when observations conflict, arrive late or fail the association check.
  6. Measure the event quality. Track missed events, false events, duplicate suppression and exception workload in the actual environment rather than assuming laboratory performance.
  7. Only then widen the composition. Add more locations, sensor types or trading partners once the original event rule is stable enough to audit.

This is implementation guidance, not a GS1 requirement. The point is to make the business meaning explicit before the infrastructure starts generating large volumes of data.

Maturity: deployed vertically, composable horizontally

The evidence supports different maturity levels for different parts of the system.

MaturityWhat the evidence supports
DEPLOYEDAutomatic RFID capture, continuous condition sensing, EPCIS sensor/event semantics and bounded observation-to-alert or observation-to-action systems all exist in production.
COMPOSABLEThe horizontal pattern of observer → association → qualification → filtering → business rule → governed event can be built from deployed components, but there is no single neutral cross-industry trust profile for every technology and use case.
NOT_SUPPORTEDEvery automatic read is an event; automatic sensing proves physical authenticity, ownership or provenance; EPCIS conformance proves event truth; automatic capture is error-free.

The COMPOSABLE rating is the important one for ActivateLabs. The technical pieces exist. The design work is deciding how much assurance a particular business event needs and which failure modes the operation can tolerate.

ActivateLabs treats observation and state as one layer in a larger system alongside trust, physical binding, memory and permissioned action. Keeping those layers separate is what stops a convenient sensor signal from quietly becoming more authoritative than the evidence allows.

What would change this page

This answer should be revisited if:

  • GS1 materially changes the capture, sensor or business-event boundary in its System Architecture, EPCIS or CBV specifications;
  • a neutral cross-industry standard establishes a broadly adopted observer-assurance profile for automatic product observations;
  • repeated multi-enterprise deployments demonstrate the same cross-technology observation-to-event architecture without heavy bespoke governance;
  • independent deployment evidence materially changes what is known about false events, missed events or the operating economics of automatic capture.

Sources as at 6 September 2026.

Keep exploring

The questions this page usually raises next.

Sources

Does this reach your products?

Give ActivateDigital one product and it works out which obligations apply from the product's own character, and says which it cannot decide.