OrchestratorTask
Interface: OrchestratorTask
Defined in: CodeBolt/packages/clientsdk/src/types/orchestrator.ts:34
Orchestrator task
Properties
| Property | Type | Defined in |
|---|---|---|
agentId? | string | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:41 |
completedAt? | string | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:44 |
error? | string | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:45 |
id | string | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:35 |
input | unknown | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:39 |
orchestratorId | string | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:36 |
output? | unknown | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:40 |
startedAt? | string | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:43 |
status | "pending" | "completed" | "cancelled" | "running" | "failed" | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:38 |
swarmId? | string | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:42 |
type | string | CodeBolt/packages/clientsdk/src/types/orchestrator.ts:37 |