Error when publish the project

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’.

anyone know how to solve this?

Thank you

@Robot_2S,

Looks like you forgot to change the out_TransactionItem datatype to DataRow in GetTransactionData workflow.

Hi @Robot_2S

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,

Hope it helps!!

i change it already

@Robot_2S,

Ok in that case restart the studio once and then check Invoke Workflow arguments and see what’s datatype it’s showing there.

it still datarow

i did it but still appear an errorr when publish

Can you share us the screenshot of the output panel when you are publishing code… @Robot_2S

here bro

are you able to run the code… @Robot_2S

Is it giving expected output.

i dont know why when publish they chekcing this “… testcase.xaml” which i dont use when debug. and in this test case xaml it still queue type

so either delete the xaml which you are not using or change the type there as well.

yes… its worked after i delete all the test case xaml folder

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

Hope you understand!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.