XML Scenarios — Batch Processing
A scenario is an ordered sequence of actions described in a .xfl file. It lets you, for example, download a file, transform it and produce a PDF that is uploaded back.
<scenario>
<task name="Transformation 1" type="XSLT">
<params>
<param key="sourcefilter" value="(.*).xml"/>
<param key="targetname" value="res-$1.html"/>
<param key="version" value="1.0"/>
</params>
</task>
</scenario>