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
Section titled “Import”import { workItemSeedProjector } from "@graphrefly/ts/solutions/work-item/execution";Signature
Section titled “Signature”function workItemSeedProjector( graph: Graph, opts: WorkItemSeedProjectorOptions<TInput>,): Node<WorkItemSeed>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the projection. |
opts | WorkItemSeedProjectorOptions<TInput> | WorkItem projection node and optional topology name. |
Returns
Section titled “Returns”A graph-visible WorkItem seed node.
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@example.
Source
Section titled “Source”packages/ts/src/solutions/work-item/execution.ts