MCPcopy
hub / github.com/coder/mux / appendStatus

Method appendStatus

src/node/services/workflows/WorkflowRunStore.ts:326–333  ·  view source on GitHub ↗
(
    runId: string,
    status: WorkflowRunStatus,
    at: string,
    options: AppendWorkflowRunEventOptions = {}
  )

Source from the content-addressed store, hash-verified

324 }
325
326 async appendStatus(
327 runId: string,
328 status: WorkflowRunStatus,
329 at: string,
330 options: AppendWorkflowRunEventOptions = {}
331 ): Promise<WorkflowRunRecord> {
332 return await this.appendNextEvent(runId, { type: "status", at, status }, options);
333 }
334
335 /**
336 * Persist the attention policy on an existing run record. Used when a foreground/default run is

Callers 7

interruptRunTreeMethod · 0.80
router.test.tsFile · 0.80

Calls 1

appendNextEventMethod · 0.95

Tested by

no test coverage detected