Steps
emitMultipleEventsStep
Emits multiple events to the event bus in parallel. This step is commonly used to notify other systems (like search indexes or notification services) about changes to data. It’s a shared utility step used across various workflows in the codebase. Source codeExamples
- Create Service Zones
- Delete Service Zones
packages/modules/b2c-core/src/workflows/fulfillment-set/create-vendor-service-zone.ts
Input
Array of events to emit.