Skip to content
PACKAGES

fakeExecutorBlocked()

Creates a fake executor blocked.

import { fakeExecutorBlocked } from "@graphrefly/ts/orchestration";
function fakeExecutorBlocked(opts: Omit<ExecutorOutcomeBase, "kind"> & { readonly needs: readonly AgentNeed[] }): ExecutorOutcome
ParameterTypeDescription
optsOmit<ExecutorOutcomeBase, "kind"> & { readonly needs: readonly AgentNeed[] }Options that configure the helper.

The fake executor blocked result.

import { fakeExecutorBlocked } from "@graphrefly/ts/orchestration";

packages/ts/src/orchestration/agent-runtime-fakes.ts