Workflow Components
Workflow components run in parallel with each other, alongside the
Website Surface Workflow. Each consumes the parent
workflow’s output (properties.outcome, properties.visitor, properties.page, and
properties.logs) and makes no wall decisions of its own.
Like the Surface Workflow itself, every component is authored and configured inside MOS (the surface editor) per client, not part of the Cloudflare Worker repository. The reference implementations documented here are what a client copies in and adapts.
Components
- Article Body — renders the paywalled or free article body.
- Demeter — fires Demeter SDK callbacks for Sophi Intelligence updates.
- GTM Data Layer — pushes MOS decision and visitor data to the client’s analytics data layer.
Last updated on