Documentation / @agentick/shared / ExecutionEndEvent
Type Alias: ExecutionEndEvent
ExecutionEndEvent =
object&StreamEventBase
Defined in: streaming.ts:432
Type Declaration
aborted?
optionalaborted:boolean
Whether execution was aborted
error?
optionalerror:object
Error that caused execution to fail (absent on success or intentional abort)
error.message
message:
string
error.name
name:
string
executionId
executionId:
string
metadata?
optionalmetadata:Record<string,unknown>
User-provided metadata (includes threadId, userId, etc.)
newTimelineEntries?
optionalnewTimelineEntries:unknown[]
Timeline entries added during this execution (delta, not full timeline)
output
output:
unknown
parentExecutionId?
optionalparentExecutionId:string
rootExecutionId?
optionalrootExecutionId:string
sessionId?
optionalsessionId:string
stopReason?
optionalstopReason:StopReason|string
Why the execution stopped
type
type:
"execution_end"