effectRun()
Creates an effect run.
Import
Section titled “Import”import { effectRun } from "@graphrefly/ts/orchestration";Signature
Section titled “Signature”function effectRun(opts: EffectRunOptions<TInput>): EffectRun<TInput>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
opts | EffectRunOptions<TInput> | Options that configure the helper. |
Returns
Section titled “Returns”The effect run result.
Example
Section titled “Example”import { effectRun } from "@graphrefly/ts/orchestration";Source
Section titled “Source”packages/ts/src/orchestration/agent-runtime-types-core.ts