Skip to content

Interface: ActionReviewResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ActionReviews / ActionReviewResponse

Interface: ActionReviewResponse

Defined in: src/types/action-reviews.ts:83

Response from approving, rejecting, or modifying an action.

Properties

actionTermId

actionTermId: string

Defined in: src/types/action-reviews.ts:85

Action term ID (for tracking execution).


executed

executed: boolean

Defined in: src/types/action-reviews.ts:87

Whether execution was triggered.


message

message: string

Defined in: src/types/action-reviews.ts:89

Message describing what happened.


status

status: ActionReviewStatusDto

Defined in: src/types/action-reviews.ts:91

The final status of the review.


success

success: boolean

Defined in: src/types/action-reviews.ts:93

Whether the decision was applied successfully.


willExecute

willExecute: boolean

Defined in: src/types/action-reviews.ts:95

Whether the action will be executed.