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

Method run

src/node/services/workflows/WorkflowRunner.ts:150–150  ·  view source on GitHub ↗
(
    runId: string,
    options?: Pick<
      WorkflowRunnerRunOptions,
      | "abortSignal"
      | "backgroundOnMessageQueued"
      | "allowResumeFromInterrupted"
      | "allowRetryFromFailedCheckpoint"
    >
  )

Source from the content-addressed store, hash-verified

148 spec: WorkflowNestedWorkflowSpec;
149 }): Promise<WorkflowNestedWorkflowRun>;
150 run(
151 runId: string,
152 options?: Pick<
153 WorkflowRunnerRunOptions,

Callers 15

handleExecuteCommandFunction · 0.65
CommandPaletteFunction · 0.65
sources.test.tsFile · 0.65
runSampleQueryFunction · 0.65
createCliRunnerFunction · 0.65
runNestedWorkflowStepMethod · 0.65
startWorkflowMethod · 0.65
runInBackgroundMethod · 0.65
createRunnerMethod · 0.65

Calls

no outgoing calls