Note: This point is reached when all destination chains have finished processing the message. If the message was filtered or errored out on the source connector, then flow will immediately jump down to this step.
The post processor script is executed. It can return a response that the source connector may use.
The source connector decides what response to send back to the originating system, if any. This may be an auto-generated value, the response payload from a destination connector dispatch, a response returned from the post processor script, or a completely custom value residing in the response map.
The selected response is stored as the source connector's response data and is sent back to the originating system, if needed.