Skip to content
PACKAGES

workItemVerificationResultMapper()

Creates a work item verification result mapper.

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

The work item verification result mapper result.

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

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