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?
A.
1. Remove the Get Transaction Item activity from GetTransactionData workflow. 2. Add a Read Range activity in GetTransactionData workflow to read the data from a local Excel file. 3. Add the logic required to read the data source only one time. 4. Add the logic required to retrieve only one row from read data each time. 5. Add the logic required to check if all rows/transaction items from the read data have been processed.
B.
1. Remove the Get Transaction Item activity from GetTransactionData workflow. 2. Add a Read Range activity in GetTransactionData workflow to read the data from a local Excel file. 3. Add the logic required to read the data source only one time. 4. Add the logic required to retrieve only one row from read data each time.
C.
1. Remove the Get Transaction Item activity from GetTransactionData workflow. 2. Add a Read Row activity in GetTransactionData workflow to read the data from a local Excel file. 3. Add the logic required to read the data source only one time. 4. Add the logic required to retrieve only one row from read data each time. 5. Add the logic required to check if all rows/transaction items from the read data have been processed.
D.
1. Remove the Get Transaction Item activity from GetTransactionData workflow. 2. Add a Read Row activity in GetTransactionData workflow to read the data from a local Excel file. 3. Add the logic required to read the data source only one time. 4. Add the logic required to check if all rows/transaction items from the read data have been processed.
You will need to read the entire excel sheet hence Read range activity to read entire sheet from excel as TransactionData. Reading a row means you'll have to keep on going to the excel for data. So, A is the right answer.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Aplin
1 month, 1 week agoBenAndBen
4 months agoramziothmane
7 months, 2 weeks agokingkayy
7 months, 1 week agoramziothmane
7 months ago