Skip to content

Interface: PendingInvocationDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / WebhookActions / PendingInvocationDto

Interface: PendingInvocationDto

Defined in: src/types/webhook-actions.ts:28

A pending invocation awaiting completion via webhook callback.

Properties

actionName

actionName: string

Defined in: src/types/webhook-actions.ts:30

Action name.


inputs

inputs: Record<string, unknown>

Defined in: src/types/webhook-actions.ts:32

Input values provided when the action was invoked.


invocationId

invocationId: string

Defined in: src/types/webhook-actions.ts:34

Invocation ID.


invokedAt

invokedAt: string

Defined in: src/types/webhook-actions.ts:36

When invoked (ISO 8601).


status

status: string

Defined in: src/types/webhook-actions.ts:38

Current status.


termId

termId: string

Defined in: src/types/webhook-actions.ts:40

The Psi-term ID.


timeoutAt

timeoutAt: string

Defined in: src/types/webhook-actions.ts:42

When it will timeout (ISO 8601).