A developer needs to design a process using the REFramework. but without Orchestrator Queues. Which Is the correct order of actions the developer needs to do in the Get Transaction Data state in this case?
The correct order of actions in the Get Transaction Data state is:
Remove the Get Transaction Item activity from the GetTransactionData workflow.
Add a Read Range activity in the GetTransactionData workflow to read the data from a local Excel file.
Add the logic required to read the data source only one time.
Add the logic required to retrieve only one row from read data each time.
Add the logic required to check if all rows/transaction items from the read data have been processed.
This sequence ensures that the data is read once, processed row by row, and checks for completion.
Currently there are no comments in this discussion, be the first to comment!