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