Member Junction
    Preparing search index...

    Shared fixture for the remote-operations bundle: a throwaway Template (+ Text content), a FieldRules Record Process, and two Action Categories, reused across the ordered RO1→RO7 checks. ControlRunID is set by RO6 and consumed by RO7 (the control-op run).

    interface RemoteOpsFixture {
        ActEntity: string;
        CatIds: string[];
        Content: MJTemplateContentEntity;
        ControlRunID?: string;
        Rp: MJRecordProcessEntity;
        Tmpl: MJTemplateEntity;
    }
    Index

    Properties

    ActEntity: string
    CatIds: string[]
    ControlRunID?: string