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

    Type Alias AgentInstanceHistoryItemCreationResult

    Response returned after successfully appending a history item.

    type AgentInstanceHistoryItemCreationResult = {
        historyItemKey: AgentHistoryItemKey;
    }
    Index

    Properties

    Properties

    historyItemKey: AgentHistoryItemKey

    The system-generated key for the created history item.