Member Junction
    Preparing search index...

    Output of RecordProcess.RunNow — the run summary.

    interface RecordProcessRunNowOutput {
        error: number;
        errorMessage?: string;
        processed: number;
        processRunID?: string;
        skipped: number;
        status: string;
        success: number;
    }
    Index

    Properties

    error: number

    Records that errored.

    errorMessage?: string

    Run-level error detail when status is not Completed.

    processed: number

    Records the run touched.

    processRunID?: string

    ID of the persisted MJ: Process Runs row.

    skipped: number

    Records skipped (no rule matched / nothing changed).

    status: string

    Run-level status (Completed / Failed / Cancelled / …).

    success: number

    Records that succeeded (in dry-run, records with a computed preview).