Hi,
So i’m trying my chance at certification and i have a question regarding the following constraint. I’m dumbing down the question so i don’t spoil the task. Here’s the line:
- TransactionItem datatype should be a String. The process should recover and retry in case of errors in navigation between WorkItems page.
The template for REFramework uses GetTransactionData.xaml which reads QueueName from Config.xlsx and sets it to out_TransactionItem as QueuItem.
So this means i need to create a queue on Orchestrator, write it’s name to Config.xlsx and somehow change TransactionItem type from QueuItem to String type as well? How’s that supposed to work? If i set my TransactionItem type to string, the Get Transaction Item task fails.
Thanks in advance,