chore: Update comment to clarify after_run callbacks

PiperOrigin-RevId: 802852137
This commit is contained in:
Che Liu
2025-09-03 22:00:17 -07:00
committed by Copybara-Service
parent cecf7e805d
commit 7720616c5f
+3 -1
View File
@@ -296,7 +296,9 @@ class Runner:
)
yield (modified_event if modified_event else event)
# Step 4: Run the after_run callbacks to optionally modify the context.
# Step 4: Run the after_run callbacks to perform global cleanup tasks or
# finalizing logs and metrics data.
# This does NOT emit any event.
await plugin_manager.run_after_run_callback(
invocation_context=invocation_context
)