Skip to content

Commit

Permalink
fix assigning correct activity to objects created by pp tasks (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
knopers8 committed Mar 25, 2024
1 parent 2b2ae72 commit f9d3006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Framework/src/PostProcessingRunner.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ void PostProcessingRunner::start(framework::ServiceRegistryRef dplServices)
}
mActivity = activityFromDriver;
mActivity.mValidity = gInvalidValidityInterval; // object validity shall be based on input objects, not run duration
mObjectManager->setActivity(mActivity);
QcInfoLogger::setRun(mActivity.mId);

// register ourselves to the BK
Expand Down

0 comments on commit f9d3006

Please sign in to comment.