API ReferenceEvent Referenceworkflow.community_digest_test.v1

workflow.community_digest_test.v1

Constant

import { EVENT_NAMES } from "@platform/contracts";
 
EVENT_NAMES.WORKFLOW_COMMUNITY_DIGEST_TEST_V1;

Publishers

No service currently publishes this event.

Subscribers

Payload schema

z.object({
  triggered_by: z.string().optional(),
}

Delivery semantics

  • At-least-once delivery. Consumers must dedupe by event ID.
  • Fanned out to both NATS (in-cluster) and EventBridge (durable). See Events concept.