Hello there,
I am trying to generate a Data Driven Test within the REFramework (using a Test Queue). Thing is that when using Test Queue, the argument that this creates in the Test Case is of type IDictionary<String,Object>
and the Process.xaml workflow only accepts UiPath.Core.QueueItem
. How can I cast it to QueueItem
?