Skip to content

Commit c2f0f9b

Browse files
committed
fix pr docstring for async run
1 parent ace4c11 commit c2f0f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

descope/management/flow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ def run_flow_async(
199199
200200
Return value (dict):
201201
Return dict with the async flow execution result.
202+
use the get_flow_async_result() method with this result's executionId
203+
to get the actual flow's result.
202204
203205
Raise:
204206
AuthException: raised if run operation fails

0 commit comments

Comments
 (0)