Fusion - How to know if an execution of a scenario is a RETRY or not
Whenever we have an error, we call a webhook to store the error in Workfront, so we can track the errors.
However, if we use the retry error handler, we get duplicate errors. We would like to identify these duplicates and ignore them.
The execution ID increments, so we can't use that value to see if an error is a duplicate. We don't know of any other ID variable to tie these executions together.
We need some way to know if an execution is a RETRY of a previous execution.
Any ideas welcome!