I have already solved the save as
thank you very much
but there is another thing that happens to me, I do not know if it is a failure of ui path or is something that I have to do to save.
I am doing an automation that is very basic and it is to open a notepad, write 2 lines of text, click on files and save as…
the automation works perfectly, but there are times that it stays waiting and it does not open the notepad, that is to say when I give to PURGE FILE or execute file, the notepad opens, but it does not write the lines of texts, it is rare, because there are times that if and others that not, it stays like caught the automation.
Error: System.InvalidOperationException: El ejecutor está ocupado
at UiPath.Executor.Debugger.Client.Services.RobotExecutorProxy.TakeOwnership(ExecutionStartOptionsSlim startOptions)
at UiPath.Executor.Debugger.Client.Services.RobotExecutorProxy.StartAsync(ExecutionStartOptionsSlim startOptions)
at UiPath.Studio.Plugin.Workflow.Execution.Services.RobotStudioBridge.Start(ExecutionStartOptionsSlim startOptions)
at UiPath.Studio.Plugin.Workflow.Execution.Services.CodedWorkflowExecutorBridge.Start(ExecutionStartOptionsSlim startOptions)
at UiPath.Studio.Plugin.Workflow.Execution.Services.WorkflowExecutor.StartJob(ExecutionConfig config)
at UiPath.Studio.Plugin.Workflow.Execution.Services.WorkflowExecutor.StartExecutionAsync(ExecutionConfig config)
at UiPath.Studio.Plugin.Workflow.Execution.Services.WorkflowExecutor.StartExecution(ExecutionConfig config)
at UiPath.Studio.Shell.Execution.Services.ExecutionManagerBaseService.TryStartExecution(ExecutionConfig executionConfig, Boolean validate)
at UiPath.Studio.Shell.Execution.Services.ExecutionManagerService.<>c__DisplayClass26_0.<<ProcessExecutionCommand>g__StartExecutionAsync|1>d.MoveNext()
--- End of stack trace from previous location ---
at UiPath.Studio.Shell.Execution.Services.ExecutionManagerService.ProcessExecutionCommand(ExecutionCommand command, Object item, ExecutionParameters executionParameters)
at UiPath.Studio.Shell.ViewModels.DebugTabViewModel.ExecuteRunCurrentFileAsync()
at UiPath.Studio.App.Desktop.MVVM.Commands.TaskCommand`3.Execute(TExecuteParameter parameter, Boolean ignoreCanExecuteCheck)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233079
it is an error that asks me to restart the ui path…
then I do not understand, since the automation is going well because it works perfectly, but sometimes it does not perform the automation well because the program hangs, and I have to stop or restart or run it again.