Example for ProcessExportArchive Activity
<Activity Name="ProcessExportArchive"> <Action>ProcessExportArchive</Action> <Description lang="en">Process export archive for data round trip operation for upload import</Description> <Parameter direction="in" type="string" eval="constant" name="ProcessArchive">PROCESSARCHIVE</Parameter> <Parameter direction="in" eval="xpath" type="string" name="ExportArchive" source="/Message/Body/Document/BusinessDocument/CatalogAction/CatalogActionHeader/MasterCatalog/Extension[@name='ExportArchive']/Value/text()">inDoc</Parameter> <Parameter direction="in" name="InDocument" type="document" eval="variable">inDoc</Parameter> <Parameter direction="in" name="MaxNumberOfErrors" type="long" eval="constant">50</Parameter> <Parameter direction="out" name="RecordsDataMetaInfo" type="string" eval="variable">RecordsDataMetaInfo</Parameter> <Parameter direction="out" name="RelDataMetaInfo" type="string" eval="variable">RelDataMetaInfo</Parameter> <Parameter direction="out" name="RelAttrDataMetaInfo" type="string" eval="variable">RelAttrDataMetaInfo</Parameter> <Parameter direction="out" name="ClassificationDataMetaInfo" type="string" eval="variable">ClassificationDataMetaInfo</Parameter> </Activity>
Copyright © Cloud Software Group, Inc. All rights reserved.