We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a68b58 commit e7b74ddCopy full SHA for e7b74dd
temporalio/client.py
@@ -1569,8 +1569,9 @@ async def result(
1569
1570
Args:
1571
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.
+ fetched, until the most recent one is found. If false, return
+ the result from the first run targeted by the request if that run
1574
+ ends in a result, otherwise raise an exception.
1575
rpc_metadata: Headers used on the RPC call. Keys here override
1576
client-level RPC metadata keys.
1577
rpc_timeout: Optional RPC deadline to set for each RPC call. Note,
0 commit comments