Skip to main content
Version: 8.9

Type Alias: DocumentMetadata

type DocumentMetadata = object;

Information about the document.

Properties

contentType?

optional contentType?: string;

The content type of the document.


customProperties?

optional customProperties?: object;

Custom properties of the document.

Index Signature

[key: string]: unknown

expiresAt?

optional expiresAt?: string;

The date and time when the document expires.


fileName?

optional fileName?: string;

The name of the file.


processDefinitionId?

optional processDefinitionId?: ProcessDefinitionId;

The ID of the process definition that created the document.


processInstanceKey?

optional processInstanceKey?: ProcessInstanceKey;

The key of the process instance that created the document.


size?

optional size?: number;

The size of the document in bytes.