File

projects/netgrif-components-core/src/lib/view/case-view/models/new-case-configuration.ts

Index

Properties

Properties

useCachedProcesses
useCachedProcesses: boolean
Type : boolean

Whether the process cache should be used when creating new cases or not.

Disabling the cache can have detrimental effect on the performance of the application but will result in a very small window in which the process metadata can be desynchronized between frontend and backend.

export interface NewCaseConfiguration {
    /**
     * Whether the process cache should be used when creating new cases or not.
     *
     * Disabling the cache can have detrimental effect on the performance of the application but will result
     * in a very small window in which the process metadata can be desynchronized between frontend and backend.
     */
    useCachedProcesses: boolean;
}

result-matching ""

    No results matching ""