recordWorkspaceProposalWorkItemLinkOutcome()
Records workspace proposal work item link outcome.
Import
Section titled “Import”import { recordWorkspaceProposalWorkItemLinkOutcome } from "@graphrefly/ts/solutions/work-item";Signature
Section titled “Signature”function recordWorkspaceProposalWorkItemLinkOutcome( status: WorkspaceProposalApplicationStatus, options: WorkspaceProposalWorkItemLinkOutcomeOptions,): WorkspaceProposalFamilyOutcomeRecordResult<WorkspaceProposalWorkItemLinkOutcomeRecorded>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
status | WorkspaceProposalApplicationStatus | Status value to record. |
options | WorkspaceProposalWorkItemLinkOutcomeOptions | Options that configure the helper. |
Returns
Section titled “Returns”The record workspace proposal work item link outcome result.
Example
Section titled “Example”import { recordWorkspaceProposalWorkItemLinkOutcome } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/workspace-family-applications.ts