MCPcopy Create free account
hub / github.com/ShipSecAI/studio / resumeSchedule

Method resumeSchedule

backend/src/temporal/temporal.service.ts:422–426  ·  view source on GitHub ↗
(scheduleId: string, note = 'Resumed via API')

Source from the content-addressed store, hash-verified

420 }
421
422 async resumeSchedule(scheduleId: string, note = 'Resumed via API'): Promise<void> {
423 const client = await this.getScheduleClient();
424 const handle = client.getHandle(scheduleId);
425 await handle.unpause(note);
426 }
427
428 async triggerSchedule(scheduleId: string): Promise<void> {
429 const client = await this.getScheduleClient();

Callers 3

api.tsFile · 0.45
resumeMethod · 0.45

Calls 1

getScheduleClientMethod · 0.95

Tested by

no test coverage detected