ExecutionHistoryEntry interface

Execution history entry for a task.

Properties

action

The action that was performed (controlled vocabulary; semi-open).

additionalDetails

Freeform key-value pairs for additional details.

createdAt

Timestamp when the entry was created (ISO 8601 UTC format).

createdBy

Identifier of who created this entry (GUID for user | resourceId for application | arbitrary string for other types).

createdByType

Type of entity that created this entry (User, Application, System, or custom type).

responseMessageId

Run or message ID for full details.

responseMessageText

Detailed completion message.

summary

Brief summary of the execution event.

Property Details

action

The action that was performed (controlled vocabulary; semi-open).

action: string

Property Value

string

additionalDetails

Freeform key-value pairs for additional details.

additionalDetails?: Record<string, any>

Property Value

Record<string, any>

createdAt

Timestamp when the entry was created (ISO 8601 UTC format).

createdAt: Date

Property Value

Date

createdBy

Identifier of who created this entry (GUID for user | resourceId for application | arbitrary string for other types).

createdBy: string

Property Value

string

createdByType

Type of entity that created this entry (User, Application, System, or custom type).

createdByType: string

Property Value

string

responseMessageId

Run or message ID for full details.

responseMessageId?: string

Property Value

string

responseMessageText

Detailed completion message.

responseMessageText?: string

Property Value

string

summary

Brief summary of the execution event.

summary?: string

Property Value

string