Skip to content

Commit fb6fdde

Browse files
authored
[QC-429] Set Activity in objects from External Tasks (#1904)
1 parent 89b6a59 commit fb6fdde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/src/CheckRunner.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ void CheckRunner::prepareCacheData(framework::InputRecord& inputRecord)
311311
ILOG(Debug, Devel) << " Creating an ad hoc MO." << ENDM;
312312
header::DataOrigin origin = DataSpecUtils::asConcreteOrigin(input);
313313
mo = std::make_shared<MonitorObject>(tObject, input.binding, "CheckRunner", origin.str);
314+
mo->setActivity(*mActivity);
314315
}
315316

316317
if (mo) {

0 commit comments

Comments
 (0)