Skip to content

StartRun

Source: src/AWS/Omics/StartRun.ts

Runtime binding for omics:StartRun.

Bind this operation to a Workflow to get a callable that starts a run of the bound workflow — the store/workflow id is injected automatically and the action is granted on the bound resource. Provide the implementation with Effect.provide(AWS.Omics.StartRunHttp).

// init
const startRun = yield* AWS.Omics.StartRun(workflow);
// runtime
const result = yield* startRun({});