diff --git a/temporalio/client.py b/temporalio/client.py index 8f9e5095..c1a04512 100644 --- a/temporalio/client.py +++ b/temporalio/client.py @@ -1569,8 +1569,9 @@ async def result( Args: follow_runs: If true (default), workflow runs will be continually - fetched, until the most recent one is found. If false, the first - 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 + ends in a result, otherwise raise an exception. rpc_metadata: Headers used on the RPC call. Keys here override client-level RPC metadata keys. rpc_timeout: Optional RPC deadline to set for each RPC call. Note,