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

    Type Alias AgentInstanceCreationResult

    Response returned after successfully creating an agent instance.

    type AgentInstanceCreationResult = {
        agentInstanceKey: AgentInstanceKey;
    }
    Index

    Properties

    Properties

    agentInstanceKey: AgentInstanceKey

    The system-generated key for the created agent instance.