Example for ConvertRecordToOutput Activity

<Activity Name="ConvertRecordToOutput">
<Start/>
   <Action>ConvertRecordsToOutput</Action>
   <Description lang="en">Convert records data from catalog to output     format.</Description>
   <Parameter direction="in" type="string" eval="constant"     name="eventState">CONVERTTOOUTPUT</Parameter>
   <Parameter direction="in" name="InDocument" type="document"     eval="variable">inDoc</Parameter>
   <Parameter direction="in" name="InRecordList" type="recordlist"     eval="variable">workRecordList</Parameter>
   <Parameter direction="in" name="CatalogOutputMap" type="long"     eval="catalog" source="OutputMapID">inDoc</Parameter>
   <Parameter direction="out" name="OutRecordList" type="recordlist"     eval="variable">workRecordList</Parameter>
   <Parameter direction="out" name="StepID" eval="variable"     type="long">prlog1</Parameter>
   <Parameter direction="out" name="DataTruncationWarningFlag"     eval="variable" type="boolean">dataTruncationWarningFlag</Parameter>
   <Parameter direction="in" name="BundlePerAsyncCall" type="long"     eval="constant">10</Parameter>
   <Parameter direction="in" name="AsynProcessIndicator" type="boolean"     eval="constant">true</Parameter>
</Activity>