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