Description - When using the Break Error Handler and a scenario retries, we would like a parameter (similar to the executionId) to let us know this is a retry, or ideally, which parent executionId is being retried
Why is this feature important to you - We log errors in a workfront project and assign to developers, we want to remove duplicate errors when a fusion scenario retries. Currently this is only available by building our own retry logic or creating some custom execution key to try to do this ourselves, but it's not 100% accurate
How would you like the feature to work - Ideally provide an parentExecutionID with the Id of the original execution that's being retried. Or a simple flag to indicate this is a retry.
Current Behaviour - No link or indication that retries are retries.