Hi all, i try to change RE framewokr from get queue to get from Datatable. So i change some argument type to datarow. But still apprear this issue when i publish my project.
Unexpected error has occurred during the library compilation process:
Workflow ‘C:\Users\unipath\Documents\UiPath\RoboticEnterpriseFramework_Post GL_New\RoboticEnterpriseFramework_Post GL\Tests\GetTransactionDataTestCase.xaml’ is invoking workflow ‘GetTransactionData’ with argument ‘out_TransactionItem’ of type ‘QueueItem’ which is incompatible with the argument type ‘DataRow’ defined in workflow ‘GetTransactionData’.
Have you changed all arguments and variables which has name TransactionItem to DataRow. If you haven’t change single argument or variable then it will throw this error.
Check the below video to get whole knowledge on Datatable usage in RE Framework,
It might get effecting to publish the project, change the datatype to Datarow else if you dont have any usage of that xaml then right click on xaml and select the Ignore from publish then it will publish to Orchestrator… @Robot_2S