Hello: The ExecuteStreamCommand processor has 3 relationships. To trap processing failures, I capture flowfiles from the original relationship, inspect the cmd exit status, and reroute to a RetryFlowFile processor if the exit status is not 0. I wanted to see if this could be simplified with the new retry feature in 1.16. When I enable retry on the original relationship and execute a failing cmd, the flowfiles remain penalized in the previous success queue, but never exit to the original relationship. Is this scenario supposed to work as I have it setup?
Thanks, Greg
