Articles → UIPATH → Gettransactiondata In Reframework In Uipath
Gettransactiondata In Reframework In Uipath
Purpose
Flow
Click to Enlarge
- First, "Check Stop Signal" checks if the job is running in the orchestrator or not
- If the job is not running, then the message is logged using the "Log Message" activity, and then end the process
- If the job is running, the workflow "GetTransactionData" is called
Gettransactiondata Workflow
Click to Enlarge
- Get the next transaction inside the "Get Transaction Item" sequence. Here, we can write the logic to retrieve the data from the data source
- The output of the above sequence is stored in a variable "out_TransactionItem"
Click to Enlarge
- The above output is sent to the next step as input
- Finally, add the transaction information in the log file