final-execute
Execution pipeline which is always executed at the very end of request processing, regardless of whether the request was accepted or rejected, in the pre-, main-, and post-execute pipelines.
This pipeline is executed after the response packet has been sent. It can't modify reply attributes, response header or the response status. This should be used for custom logging and session book keeping as it doesn't impact the actual request-reply performance. However it can modify the context for logging even if it does not impact the response.