orchestrationWorkQueueRecipe()
Build the optional D349 orchestration workQueue recipe.
Import
Section titled “Import”import { orchestrationWorkQueueRecipe } from "@graphrefly/ts/orchestration/work-queue";Signature
Section titled “Signature”function orchestrationWorkQueueRecipe( graph: Graph, opts: OrchestrationWorkQueueRecipeOptions<TEffect>,): OrchestrationWorkQueueRecipeBundle<TEffect>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | OrchestrationWorkQueueRecipeOptions<TEffect> | Options that configure the helper. |
Returns
Section titled “Returns”A bundle of graph-visible nodes for the recipe.
Example
Section titled “Example”import { orchestrationWorkQueueRecipe } from "@graphrefly/ts/orchestration/work-queue";Source
Section titled “Source”packages/ts/src/orchestration/work-queue.ts