Skip to content

Documentation / @agentick/shared / ExecutionStartEvent

Type Alias: ExecutionStartEvent ​

ExecutionStartEvent = object & StreamEventBase

Defined in: streaming.ts:421

Execution lifecycle events

Note: threadId and other app-specific identifiers are in metadata. sessionId is kept top-level as it's universal for client connections.

Type Declaration ​

componentName? ​

optional componentName: string

executionId ​

executionId: string

metadata? ​

optional metadata: Record<string, unknown>

User-provided metadata (includes threadId, userId, etc.)

parentExecutionId? ​

optional parentExecutionId: string

rootExecutionId? ​

optional rootExecutionId: string

sessionId? ​

optional sessionId: string

type ​

type: "execution_start"

Released under the ISC License.