LOY EAI Export Transactions Workflow
The LOY EAI Export Transactions workflow, shown in the following image, can be scheduled by the background process which exports promotions to an .xml file if the promotions have the status Partner Pending. The .xml file is used to send disputed transactions to a partner for validation. The location of the exported .xml file is specified as the process property File Name in the workflow.
Workflow Description. This workflow performs the following actions:
-
Query for Transactions. This step calls the Query Page method of EAI Siebel Adapter Business Service, which queries the pending transactions.
-
Write Program to XML File. This step calls the WriteEAIMsg method of the EAI XML Write to File Business Service, which writes the transactions to the .xml file.