sdk-python
sdk-python copied to clipboard
Expose root workflow execution
What was changed
Expose root workflow execution to workflow info (available from workflow info) and workflow execution info (available from workflow describe/list)
-
Closes #774
-
How was this tested: Updating existing info,describe,list tests.
-
Any docs updates needed? Probably
skipping the test in time-skipping environments, needs https://github.com/temporalio/sdk-java/pull/2441 which I suppose hasn't been released yet (or is not used in the Python SDK yet)
TYFR :)