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

    Interface FlowScheduledPath

    interface FlowScheduledPath {
        connector?: FlowConnector;
        description?: string;
        label?: string;
        maxBatchSize?: number;
        name?: string;
        offsetNumber?: number;
        offsetUnit?: FlowScheduledPathOffsetUnit;
        pathType?: "AsyncAfterCommit";
        processMetadataValues?: FlowMetadataValue[];
        recordField?: string;
        timeSource?: FlowScheduledPathTimeSource;
    }

    Hierarchy (View Summary)

    Index

    Properties

    connector?: FlowConnector
    description?: string
    label?: string
    maxBatchSize?: number
    name?: string
    offsetNumber?: number
    pathType?: "AsyncAfterCommit"
    processMetadataValues?: FlowMetadataValue[]
    recordField?: string