Python: Fix ExecutorInvokedEvent and ExecutorCompletedEvent observability data (#3090)

* Fix ExecutorInvokedEvent.data mutation bug

* Fix bug related to not yielding output type
This commit is contained in:
Evan Mattson
2026-01-06 18:12:26 +09:00
committed by GitHub
Unverified
parent ed5278c41d
commit 844d345106
4 changed files with 62 additions and 7 deletions
@@ -119,6 +119,7 @@ async def main() -> None:
Input: str: 'HELLO WORLD'
[WORKFLOW OUTPUT] str: 'DLROW OLLEH'
[COMPLETED] reverse_text
Output: list: [str: 'DLROW OLLEH']
"""