Hi,
we are using a mediator in one of our flows, but one particular transformation is taking too long to complete.. ranging from 1- 8 mins. The xsl as such is very simple with 1 copy operation:-
<xsl:template match="/">
\<inp1:CORequest>
\<xsl:copy-of select="/inp1:CORequest/\*"/>
\</inp1:CORequest>
</xsl:template>
</xsl:stylesheet>
below is the snap of a flow, where it shows it is taking 4mins to perform the invoke post transformation:-

Could any of you suggest what might be the issue and how to fix it....