Skip to content

Commit e7b74dd

Browse files
committed
Tweak .result() doc
1 parent 1a68b58 commit e7b74dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

temporalio/client.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1569,8 +1569,9 @@ async def result(
15691569
15701570
Args:
15711571
follow_runs: If true (default), workflow runs will be continually
1572-
fetched, until the most recent one is found. If false, the first
1573-
result is used.
1572+
fetched, until the most recent one is found. If false, return
1573+
the result from the first run targeted by the request if that run
1574+
ends in a result, otherwise raise an exception.
15741575
rpc_metadata: Headers used on the RPC call. Keys here override
15751576
client-level RPC metadata keys.
15761577
rpc_timeout: Optional RPC deadline to set for each RPC call. Note,

0 commit comments

Comments
 (0)