Skip to content
PACKAGES

workItemVerificationRequestLowerer()

Creates a work item verification request lowerer.

import { workItemVerificationRequestLowerer } from "@graphrefly/ts/solutions/work-item/scheduling";
function workItemVerificationRequestLowerer(
graph: Graph,
opts: WorkItemVerificationRequestLowererOptions<TInput>,
): WorkItemVerificationRequestLowererBundle<TInput>
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkItemVerificationRequestLowererOptions<TInput>Options that configure the helper.

The work item verification request lowerer result.

import { workItemVerificationRequestLowerer } from "@graphrefly/ts/solutions/work-item/scheduling";

packages/ts/src/solutions/work-item/scheduling-verification.ts