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

Function makePartialWorkflowEntity

packages/cluster/src/ClusterWorkflowEngine.ts:660–665  ·  view source on GitHub ↗
(workflowName: string)

Source from the content-addressed store, hash-verified

658 .annotate(ClusterSchema.Uninterruptible, true)
659
660const makePartialWorkflowEntity = (workflowName: string) =>
661 Entity.make(`Workflow/${workflowName}`, [
662 DeferredRpc,
663 ResumeRpc,
664 ActivityRpc
665 ])
666
667const activityPrimaryKey = (activity: string, attempt: number) => `${activity}/${attempt}`
668

Callers 1

ensurePartialEntityFunction · 0.85

Calls 1

makeMethod · 0.65

Tested by

no test coverage detected