Skip to content
PACKAGES

verificationPlanChanged()

Creates a verification plan changed.

import { verificationPlanChanged } from "@graphrefly/ts/solutions/work-item/scheduling";
function verificationPlanChanged(
workItemId: string,
verificationPlan: VerificationPlan<TInput>,
opts: Partial<
Omit<VerificationPlanChanged<TInput>, "kind" | "eventId" | "workItemId" | "verificationPlan">
> & {
readonly eventId: string;
},
): VerificationPlanChanged<TInput>
ParameterTypeDescription
workItemIdstringStable identifier used by the emitted record.
verificationPlanVerificationPlan<TInput>verification plan value used by the helper.
optsPartial< Omit<VerificationPlanChanged<TInput>, "kind" | "eventId" | "workItemId" | "verificationPlan"> > & { readonly eventId: string; }Options that configure the helper.

The verification plan changed result.

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

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