Skip to main content

OrchestratorInstance

@codebolt/types


Interface: OrchestratorInstance

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:45

Orchestrator instance structure

Properties

PropertyTypeDefined in
agentIdstringcommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:49
createdAtstring | Datecommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:54
defaultWorkerAgentId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:50
descriptionstringcommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:48
idstringcommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:46
metadata?Record<string, unknown>common/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:53
namestringcommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:47
statusOrchestratorStatuscommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:52
threadIdstringcommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:51
updatedAtstring | Datecommon/types/src/codeboltjstypes/libFunctionTypes/orchestrator.ts:55