Skip to content

Commit f9d3006

Browse files
committed
fix assigning correct activity to objects created by pp tasks (#2207)
1 parent 2b2ae72 commit f9d3006

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/src/PostProcessingRunner.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ void PostProcessingRunner::start(framework::ServiceRegistryRef dplServices)
176176
}
177177
mActivity = activityFromDriver;
178178
mActivity.mValidity = gInvalidValidityInterval; // object validity shall be based on input objects, not run duration
179+
mObjectManager->setActivity(mActivity);
179180
QcInfoLogger::setRun(mActivity.mId);
180181

181182
// register ourselves to the BK

0 commit comments

Comments
 (0)