verificationPlanChanged()
Creates a verification plan changed.
Import
Section titled “Import”import { verificationPlanChanged } from "@graphrefly/ts/solutions/work-item/scheduling";Signature
Section titled “Signature”function verificationPlanChanged( workItemId: string, verificationPlan: VerificationPlan<TInput>, opts: Partial< Omit<VerificationPlanChanged<TInput>, "kind" | "eventId" | "workItemId" | "verificationPlan"> > & { readonly eventId: string; },): VerificationPlanChanged<TInput>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
workItemId | string | Stable identifier used by the emitted record. |
verificationPlan | VerificationPlan<TInput> | verification plan value used by the helper. |
opts | Partial< Omit<VerificationPlanChanged<TInput>, "kind" | "eventId" | "workItemId" | "verificationPlan"> > & { readonly eventId: string; } | Options that configure the helper. |
Returns
Section titled “Returns”The verification plan changed result.
Example
Section titled “Example”import { verificationPlanChanged } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/scheduling-constructors.ts