Processor definition

About this task
In BTT version 4.3, the processor definition is as follows:
<kColl id="processors">
    <procDef id=".." value=".." path=".."/>
    ....
</kColl>
After you migrate to BTT version 7.0, the processor definition is changed to the following:
<kColl id="processors">
    <kColl id="files">
        <procDef id=".." value=".." path=".."/>
        ....
    </kColl>
    ....
</kColl>