Skip to content

Commit 6c6b34d

Browse files
authored
[QC-429] Set the updated Activity during start in PP (#1924)
1 parent 1486e32 commit 6c6b34d

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
@@ -169,6 +169,7 @@ void PostProcessingRunner::start(framework::ServiceRegistryRef dplServices)
169169
QcInfoLogger::setPartition(mTaskConfig.activity.mPartitionName);
170170
}
171171
QcInfoLogger::setRun(mTaskConfig.activity.mId);
172+
mObjectManager->setActivity(mTaskConfig.activity);
172173

173174
// register ourselves to the BK
174175
if (gSystem->Getenv("O2_QC_REGISTER_IN_BK")) { // until we are sure it works, we have to turn it on

0 commit comments

Comments
 (0)