AIDK API Reference / aidk-client / ExecutionType
Interface: ExecutionType ​
Defined in: packages/client/src/types.ts:170
Properties ​
| Property | Type | Defined in |
|---|---|---|
completedAt? | string | packages/client/src/types.ts:183 |
createdAt | string | packages/client/src/types.ts:182 |
error? | string | packages/client/src/types.ts:181 |
id | string | packages/client/src/types.ts:171 |
interactionId? | string | packages/client/src/types.ts:179 |
metadata? | Record<string, unknown> | packages/client/src/types.ts:180 |
parentId? | string | packages/client/src/types.ts:175 |
rootId | string | packages/client/src/types.ts:174 |
status | "running" | "completed" | "failed" | "cancelled" | "pending" | packages/client/src/types.ts:173 |
tenantId? | string | packages/client/src/types.ts:178 |
threadId? | string | packages/client/src/types.ts:176 |
type | string | packages/client/src/types.ts:172 |
userId? | string | packages/client/src/types.ts:177 |