Reload XSLT Service within a service flow

Hi,

I created a very simple XSLT service that is called by a Service Flow (let’s say SF1).

When I modify my XSLT service and make a test, the modification is applied when executing.

But when I try the SF1 flow, it does not see the XSLT modifications.
For the SF1 to see the modifications, I always need to open my XSLT service and execute it alone.

Is it normal ? why the refresh action do not work ?

Regards
Cédric

xslt are compiled and cached.
you can use pub.xslt.Cache:removeAllTemplates
or pub.xslt.Cache:removeTemplate to refresh the cache

Thanks for your reply, I’m going to try these options.

Regards