Setting Queue Item Transaction status no longer works after updating studio

Hello everyone,

recently we upgraded all our studio versions from 23.10.3 to 2024.10.8

Everything is working great except setting transaction status.

Using this activity:

t

We now get the error:

SetTransactionStatus.xaml failed: JIT compilation is disabled for non-Legacy projects. ExpressionToCompile { Code = Nothing, ImportedNamespaces = System.Collections.Generic.HashSet1[System.String], VariableTypeGetter = System.Func3[System.String,System.StringComparison,System.Type], LambdaReturnType = UiPath.Core.QueueItem } should have been compiled by the Studio Compiler. at Source: UiPath.Executor.Core

I have updated all our dependencies. Also worth noting, when I run this directly in studio, it correctly sets the transaction status. But when I run it through orch, it gives this error!

Hi @David_Hernandez2

Update the UiPath.System.Activities package to the latest version and select the Lowest applicable version option in the Runtime rule dropdown in Manage packages.

Hope it helps!!

Im afraid that did not work.

I created a new project – and copy and pasted workflows over to that new project. Fixed the issue. Not sure why the old project seemed bug, guessing a json file somewhere had something incorrect.

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