Skip to content

Commit c643e8a

Browse files
authored
Tweak .result() doc (#706)
1 parent c3426ce commit c643e8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

temporalio/client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,8 +1653,9 @@ async def result(
16531653
16541654
Args:
16551655
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.
1656+
fetched, until the most recent one is found. If false, return
1657+
the result from the first run targeted by the request if that run
1658+
ends in a result, otherwise raise an exception.
16581659
rpc_metadata: Headers used on the RPC call. Keys here override
16591660
client-level RPC metadata keys.
16601661
rpc_timeout: Optional RPC deadline to set for each RPC call. Note,

0 commit comments

Comments
 (0)