Member Junction
    Preparing search index...

    The narrow facade seam this operation depends on — "run the Record Process with this id and these options, give me the run summary". The production implementation is the substrate's RecordProcessExecutor; tests inject a deterministic fake so the mapping is unit-testable with no live DB.

    interface IFeaturePipelineRunner {
        RunByID(
            recordProcessID: string,
            options: RunRecordProcessOptions,
        ): Promise<ProcessRunResult>;
    }
    Index

    Methods

    Methods