MCPcopy Index your code
hub / github.com/coder/mux / interruptRun

Method interruptRun

src/node/services/workflows/WorkflowService.ts:245–247  ·  view source on GitHub ↗
(input: { workspaceId: string; runId: string })

Source from the content-addressed store, hash-verified

243 }
244
245 async interruptRun(input: { workspaceId: string; runId: string }): Promise<WorkflowRunRecord> {
246 return await this.interruptRunTree(input, new Set(), false);
247 }
248
249 private async interruptRunTree(
250 input: { workspaceId: string; runId: string },

Callers 3

startWorkflowMethod · 0.95
interruptMethod · 0.95

Calls 1

interruptRunTreeMethod · 0.95

Tested by

no test coverage detected