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

Function resume

packages/workflow/src/WorkflowEngine.ts:575–577  ·  view source on GitHub ↗
(_workflow, executionId)

Source from the content-addressed store, hash-verified

573 yield* resume(executionId)
574 }),
575 resume(_workflow, executionId) {
576 return resume(executionId)
577 },
578 activityExecute: Effect.fnUntraced(function*(activity, attempt) {
579 const instance = yield* WorkflowInstance
580 const activityId = `${instance.executionId}/${activity.name}/${attempt}`

Callers 1

WorkflowEngine.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected