We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173826f commit a1bfa38Copy full SHA for a1bfa38
temporalio/client.py
@@ -1231,8 +1231,9 @@ async def result(
1231
1232
Args:
1233
follow_runs: If true (default), workflow runs will be continually
1234
- fetched, until the most recent one is found. If false, the first
1235
- 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
1236
+ ends in a result, otherwise raise an exception.
1237
rpc_metadata: Headers used on the RPC call. Keys here override
1238
client-level RPC metadata keys.
1239
rpc_timeout: Optional RPC deadline to set for each RPC call. Note,
0 commit comments