@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias AgentInstanceResult

    Index

    Properties

    agentInstanceKey: AgentInstanceKey

    The unique key for this agent instance.

    completionDate: string | null

    The date when this agent instance completed. Null while the agent is still running.

    creationDate: string

    The date when this agent instance was created.

    The static definition of the agent, including model, provider, and system prompt.

    elementId: ElementId

    The BPMN element ID of the ad-hoc sub-process or AI agent task that owns this agent instance.

    elementInstanceKeys: ElementInstanceKey[]

    The keys of all element instances associated with this agent instance.

    lastUpdatedDate: string

    The date when this agent instance was last updated.

    The configured limits for this agent instance, set once at creation.

    Aggregated metrics across all iterations of this agent instance.

    processDefinitionKey: ProcessDefinitionKey

    The key of the process definition associated with this agent instance.

    processInstanceKey: ProcessInstanceKey

    The key of the process instance that owns this agent instance.

    tenantId: TenantId

    The tenant ID of this agent instance.

    tools: AgentTool[]

    The tools available to the agent.