Member Junction
    Preparing search index...

    Shared fixture for the record-process-facade bundle: one real MJ: Record Processes definition (0-row Filter scope, deterministic) reused by both checks, plus the ProcessRun IDs the checks create (appended at run time) so teardown can remove them before the process.

    interface RecordProcessFacadeFixture {
        CreatedRunIds: string[];
        Rp: MJRecordProcessEntity;
    }
    Index

    Properties

    Properties

    CreatedRunIds: string[]