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

    Type Alias AgentInstanceCreationRequest

    Request to create a new agent instance.

    type AgentInstanceCreationRequest = {
        definition: AgentInstanceDefinition;
        elementInstanceKey: ElementInstanceKey;
        limits?: AgentInstanceLimits;
    }
    Index

    Properties

    Static definition set once at creation.

    elementInstanceKey: ElementInstanceKey

    The key of the AHSP or AI Agent Task element instance. The engine uses this key to infer processInstanceKey, elementId, processDefinitionKey, and tenantId.

    Limits for the agent execution. When omitted, all limits default to -1 (no limit).