Type Alias: AgentInstanceResult
type AgentInstanceResult = object;
Properties
agentInstanceKey
agentInstanceKey: AgentInstanceKey;
The unique key for this agent instance.
completionDate
completionDate: string | null;
The date when this agent instance completed. Null while the agent is still running.
creationDate
creationDate: string;
The date when this agent instance was created.
definition
definition: AgentInstanceDefinition;
The static definition of the agent, including model, provider, and system prompt.
elementId
elementId: ElementId;
The BPMN element ID of the ad-hoc sub-process or AI agent task that owns this agent instance.
elementInstanceKeys
elementInstanceKeys: ElementInstanceKey[];
The keys of all element instances associated with this agent instance.
lastUpdatedDate
lastUpdatedDate: string;
The date when this agent instance was last updated.
limits
limits: AgentInstanceLimits;
The configured limits for this agent instance, set once at creation.
metrics
metrics: AgentInstanceMetrics;
Aggregated metrics across all iterations of this agent instance.
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
The key of the process definition associated with this agent instance.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The key of the process instance that owns this agent instance.
status
status: AgentInstanceStatusEnum;
tenantId
tenantId: TenantId;
The tenant ID of this agent instance.
tools
tools: AgentTool[];
The tools available to the agent.