Events
Orchestration events are namespaced envelopes (shopify.order.created) on the org event bus. They are triggers into existing Business Flows — not a second workflow engine.
Rules of thumb
- Connectors / backends emit only — never start FlowRunner.
- Event names must contain a namespace (dot-separated).
- Flows opt in with
metadata.trigger: { type: 'event', event: '...' }. - Production: versioning, correlation/causation, optional sequence ordering, TTL, depth/loop protection, replay APIs.
Full guide
→ Event-Driven Triggers
→ Events API surface
→ Event reference