we need to know if there are any way to identify whether the first failed request has been reset or not. we noticed the first request on reset dont establish any relationship but the new WF has reference
First Failed Request:
Reset request has reference to the original request
For single execution you should be able to look at first event (WorkflowExecutionStarted event) and check if originalExecutionRunId
is equal to that executions runId, if they are different, then your execution was created from reset. If different, then would then need to do same check on the originalExecutionRunId execution
our sre is looking for a way to identify by just looking at the relationship .
some of the options we are thinking of
- disable reset on original request once the reset is triggered
- Show as terminated once the reset is triggered
- RunID displayed as NextExecution once the reset is triggered
Think these would be great improvements to ui, if you don’t mind creating feature requests for them in github repo - GitHub · Where software is built