@adcp/client API Reference - v4.19.0
Documentation
GitHub
npm
Preparing search index...
GovernanceOutcome
Interface GovernanceOutcome
Outcome metadata from report_plan_outcome, attached to TaskResult after completion.
interface
GovernanceOutcome
{
outcomeId
:
string
;
status
:
"accepted"
|
"findings"
;
committedBudget
?:
number
;
findings
?:
GovernanceFinding
[]
;
planSummary
?:
{
totalCommitted
:
number
;
budgetRemaining
:
number
}
;
}
Index
Properties
outcome
Id
status
committed
Budget?
findings?
plan
Summary?
Properties
outcome
Id
outcomeId
:
string
status
status
:
"accepted"
|
"findings"
Optional
committed
Budget
committedBudget
?:
number
Optional
findings
findings
?:
GovernanceFinding
[]
Optional
plan
Summary
planSummary
?:
{
totalCommitted
:
number
;
budgetRemaining
:
number
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
outcome
Id
status
committed
Budget
findings
plan
Summary
Documentation
GitHub
npm
@adcp/client API Reference - v4.19.0
Loading...
Outcome metadata from report_plan_outcome, attached to TaskResult after completion.