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

    Type Alias AgentInstanceCreationResult

    Response returned after successfully creating an agent instance.

    type AgentInstanceCreationResult = {
        agentInstanceKey: AgentInstanceKey;
        createdHistory: AgentInstanceCreatedHistoryItem[];
    }
    Index
    agentInstanceKey: AgentInstanceKey

    The system-generated key for the created agent instance.

    One entry per history item submitted in the request, in request order. Empty when no history items were submitted.