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

    Type Alias AgentInstanceDocumentContent

    Document content

    A Camunda Document Store reference content block.

    type AgentInstanceDocumentContent = {
        contentType: string;
        documentReference: DocumentReference;
    }
    Index

    Properties

    contentType: string

    The content type discriminator.

    documentReference: DocumentReference

    A reference to a document stored in the Camunda Document Store.