We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2ae72 commit f9d3006Copy full SHA for f9d3006
1 file changed
Framework/src/PostProcessingRunner.cxx
@@ -176,6 +176,7 @@ void PostProcessingRunner::start(framework::ServiceRegistryRef dplServices)
176
}
177
mActivity = activityFromDriver;
178
mActivity.mValidity = gInvalidValidityInterval; // object validity shall be based on input objects, not run duration
179
+ mObjectManager->setActivity(mActivity);
180
QcInfoLogger::setRun(mActivity.mId);
181
182
// register ourselves to the BK
0 commit comments