(_workflow, executionId)
| 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}` |