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

    Type Alias DocumentMetadata

    Information about the document.

    type DocumentMetadata = {
        contentType?: string;
        customProperties?: { [key: string]: unknown };
        expiresAt?: string;
        fileName?: string;
        processDefinitionId?: ProcessDefinitionId;
        processInstanceKey?: ProcessInstanceKey;
        size?: number;
    }
    Index

    Properties

    contentType?: string

    The content type of the document.

    customProperties?: { [key: string]: unknown }

    Custom properties of the document.

    expiresAt?: string

    The date and time when the document expires.

    fileName?: string

    The name of the file.

    processDefinitionId?: ProcessDefinitionId

    The ID of the process definition that created the document.

    processInstanceKey?: ProcessInstanceKey

    The key of the process instance that created the document.

    size?: number

    The size of the document in bytes.