Why and when is "CompletedTime" null? #1174
Replies: 1 comment
-
I think to answer this, a workflow gets a completed time when it will be in a state that does not allow for a retry. |
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.
-
I noticed that if a step fails, a workflow will not have a completed time, and be in a runnable state.
However, if you set the DefaultErrorBehavior to something like Terminated, you get a completed time.
Wouldn't one consider a workflow ending for any reason being "complete"?
Beta Was this translation helpful? Give feedback.
All reactions