The following workflows are in a least one invocation cycle Error while publishing Legacy to Windows converted package

Hi Team,

We have migrated our processes from Windows Legacy to Windows and running fine through UiPath studio but when try to publish the package we are getting the below error:
The image shows an error message stating "Unexpected error has occurred during the library compilation process: The following workflows are in at least one invocation cycle:". (Captioned by AI)

We are recursively calling one workflow . It was working fine on Windows legacy version. Rebuilding or changing the workflows are an overhead now so can someone please suggest how to solve this issue in Windows project.

Thanks
Neethu

@neethu.krishnan6

windows framework is strict and it does not allow recursion…you have to change it to not call it recursively

If you need to solve then upgrade studio to 23.10+ from that studio version it is supported again

cheers

1 Like