MCPcopy Index your code
hub / github.com/Effect-TS/effect / activityPrimaryKey

Function activityPrimaryKey

packages/cluster/src/ClusterWorkflowEngine.ts:667–667  ·  view source on GitHub ↗
(activity: string, attempt: number)

Source from the content-addressed store, hash-verified

665 ])
666
667const activityPrimaryKey = (activity: string, attempt: number) => `${activity}/${attempt}`
668
669class ClockPayload extends Schema.Class<ClockPayload>(`Workflow/DurableClock/Run`)({
670 name: Schema.String,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected