dgetzlaf opened a new issue, #6047: URL: https://github.com/apache/jmeter/issues/6047
### Use case Hello there, in our JMX we use a PostProcessor to persist some metrics, if an Sample failed. To be applied on each Sampler, we put it in the jmeterTestPlan.  When an Assertion is added to a specific Sampler, and it failes, the PostProcessor does persist this error. The reason is, JMeter executes PostProcessors before Assertions. Since the existing execution order in JMeter should not be touched (possible impacts for existing TestPlans), it would be great to have a new Object, that runs after all Assertions were evaluated. ### Possible solution Add a new PostProcessor that is executed in "the final stage" of the LiveCycle of a Sampler. My proposal for a name would be "FinalPostProcessor". ### Possible workarounds _No response_ ### JMeter Version 5.6.2 ### Java Version openjdk version "17.0.7" 2023-04-18 LTS ### OS Version Microsoft Windows [Version 10.0.19045.3155] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org