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 c3426ce commit c643e8aCopy full SHA for c643e8a
temporalio/client.py
@@ -1653,8 +1653,9 @@ async def result(
1653
1654
Args:
1655
follow_runs: If true (default), workflow runs will be continually
1656
- fetched, until the most recent one is found. If false, the first
1657
- result is used.
+ fetched, until the most recent one is found. If false, return
+ the result from the first run targeted by the request if that run
1658
+ ends in a result, otherwise raise an exception.
1659
rpc_metadata: Headers used on the RPC call. Keys here override
1660
client-level RPC metadata keys.
1661
rpc_timeout: Optional RPC deadline to set for each RPC call. Note,
0 commit comments