describe_flow_execution_records returns empty flowExecutions on first run #4548
Unanswered
kuratami711
asked this question in
Q&A
Replies: 2 comments
-
I’ve opened a formal issue for this topic here: [link to the issue] |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When calling
describe_flow_execution_records
immediately after triggering a flow for the first time, theflowExecutions
list is sometimes empty, even though the flow has been successfully started.Steps to Reproduce
start_flow
.describe_flow_execution_records
withmaxResults=1
.flowExecutions
is an empty list.Expected Behavior
The most recent flow execution record should be returned, even on the first run.
Actual Behavior
The
flowExecutions
list is empty for a short period after the first execution. This requires polling with retries to eventually retrieve the execution record.Questions
Environment
describe_flow_execution_records
Thank you for your support.
Note: I am not fluent in English, so please forgive any awkward expressions.
Beta Was this translation helpful? Give feedback.
All reactions