Interface: ReleaseResiduationsResponse
@kortexya/reasoninglayer / Execution / ReleaseResiduationsResponse
Interface: ReleaseResiduationsResponse
Defined in: src/types/execution.ts:282
Response from releasing residuations.
Properties
evaluationResults
evaluationResults:
GoalEvaluationResultDto[]
Defined in: src/types/execution.ts:288
Evaluation results.
releasedCount
releasedCount:
number
Defined in: src/types/execution.ts:284
Number of released residuations.
releasedGoals
releasedGoals:
ResiduationGoalDto[]
Defined in: src/types/execution.ts:286
Released goals.
remainingSuspended
remainingSuspended:
number
Defined in: src/types/execution.ts:290
Number of remaining suspended residuations.