We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d045de commit 706839bCopy full SHA for 706839b
1 file changed
Framework/src/TaskRunner.cxx
@@ -429,6 +429,7 @@ void TaskRunner::startOfActivity()
429
// Start activity in module's task and update objectsManager
430
ILOG(Info, Support) << "Starting run " << mRunNumber << ENDM;
431
Activity activity = mTaskConfig.fallbackActivity;
432
+ activity.mId = mRunNumber;
433
Bookkeeping::getInstance().populateActivity(activity, mRunNumber);
434
mObjectsManager->setActivity(activity);
435
mCollector->setRunNumber(mRunNumber);
0 commit comments