Skip to content
PACKAGES

workItemSeedProjector()

Projects solution-level WorkItem revisions into orchestration WorkItem seeds.

This graph-visible boundary keeps orchestration independent of solution types while avoiding a second caller-maintained WorkItem input for execution.

import { workItemSeedProjector } from "@graphrefly/ts/solutions/work-item/execution";
function workItemSeedProjector(
graph: Graph,
opts: WorkItemSeedProjectorOptions<TInput>,
): Node<WorkItemSeed>
ParameterTypeDescription
graphGraphGraph that owns the projection.
optsWorkItemSeedProjectorOptions<TInput>WorkItem projection node and optional topology name.

A graph-visible WorkItem seed node.

This page was generated from source JSDoc, but the structured API tags are incomplete:

  • Missing @example.

packages/ts/src/solutions/work-item/execution.ts