Articles → UIPATH → Process Transaction In Reframework In Uipath
Process Transaction In Reframework In Uipath
Purpose
Flow
Click to Enlarge
- Initialize the variable "BusinessException".
- Call the workflow "Process.xaml" using the "Invoke Process Workflow" activity. The purpose of "Process.xaml" is to write logic to process the transactions.
Click to Enlarge
- in_TransactionItem → This is the output of the Get Transaction Data flow. This argument contains the data that needs to be processed.
- in_Config → This is the name value pair retrieved from "config.xlsx".
Process.Xaml
Click to Enlarge