DataTestWorkerUpdate: {
    alertId?: number | null;
    note?: string | null;
    noteType?: NoteFunctionalityType;
    processOverrideId?: number | null;
    storeData?: StoreDataFunctionalityType;
    testSpecificTrace?: {
        traceabilityId: number;
        value: OptionalTraceValue;
        visible?: boolean;
    }[];
} & ValueTestWorkerUpdate

Type declaration

  • OptionalalertId?: number | null

    Change the real-time alert for this test.

  • Optionalnote?: string | null

    Change the note to save with this test.

  • OptionalnoteType?: NoteFunctionalityType

    Change when a note is required on a test.

  • OptionalprocessOverrideId?: number | null

    Change the process to use for this test.

    Expects the ID of the process.

    null to unset the process override.

  • OptionalstoreData?: StoreDataFunctionalityType

    Change whether or not data will be stored for this test.

  • OptionaltestSpecificTrace?: {
        traceabilityId: number;
        value: OptionalTraceValue;
        visible?: boolean;
    }[]

    Change the trace which have been preset for this test. This is expected to be the complete list of traceability specific to this test. Any test specific traceability not included in this list will be removed from this test.