vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface BatchProcessJobDefinitionMetadata

    interface BatchProcessJobDefinitionMetadata {
        batchSize: number;
        dataSource: BatchDataSource;
        description?: string;
        executionProcessApiName?: string;
        flowApiName?: string;
        flowInputVariable?: string;
        fullName?: string;
        masterLabel: string;
        processGroup: string;
        retryCount: number;
        retryInterval: number;
        status?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    batchSize: number
    dataSource: BatchDataSource
    description?: string
    executionProcessApiName?: string
    flowApiName?: string
    flowInputVariable?: string
    fullName?: string
    masterLabel: string
    processGroup: string
    retryCount: number
    retryInterval: number
    status?: string
    type?: string