Queues in Reframework

We have added data in the queue now we want fetch the data from the queue in the re-framework.
How can we fetch the data from the queue in the re-framework??

Hi @Tanvi_Sharma

The ReFramework automatically gets items out of the queue specified in the config sheet by default in the GetTransactionData.xaml workflow. If you take a look at the screenshot below you can see that the key which is used in the dictionary is “OrchestratorQueueName” the value to that key is located in the “Settings” sheet of the config file for the ReFramework.

1 Like