Hi @aquesada , i have one workflow like LastPass launch which is using to launch the Lastpass application and also launch another application which based on Vendor - like name of the application inside the Lastpass.
For example I have same name application but different usernames. Now, I am lunching part1 - Baby application.after launching part1 - Baby I am checking if username is matching with part1Baby username or not . If username is not matching I am logout current application and relunch the Lastpass application and Lunch the part1 - Baby application.
In this scenario I am invoking Lastpass application twice or thrice.
Is that effort of compilation issue occurred.
Please let me know the alternative way to solve this issue
*Check your workflow for any syntax errors or validation issues. Look for red underlines or error indicators in the activities. Fix any errors that you find.
*Ensure that all dependencies (activities, packages, custom libraries) are properly installed and up-to-date. Check for any missing or conflicting dependencies
*Close and restart UiPath Studio. Sometimes, restarting the application can resolve temporary issues.
Hi @Baby123 I’m not sure i follow but it sounds like you’re invoking the same workflow sequentially conditionally inside other invoked workflows and that can lead to the issue we’re seeing
Can you try to invoke the workflow in a loop while the condition you’re looking to satisfy has yet to become true? that should prevent recursive invocations
Try simply removing any workflow invocations of parent workflows in child workflows and see if it compiles simply before getting too deep into the restructuring. If that doesn’t work I would suggest restarting everything and maybe following some of the other suggestions presented by @sasi_poosarla above ^