I have a project that we are doing some reengineering. We have some processes that have generic components that we have discovered throughout development.
And when i tried to use some of those component, with routes configured in json archives, and reopen those task through the IDE, it gives some errors, that doesn’t allow to modify the invokes, and export the variables is kind of difficult because anytime i use the button to assign those values or modify thoses, it just clean the whole formulary, when in some cases it has like 20 exported values
Is there some way to overcome this kind of problem?
There is a dump for the error while i look arround the flow that i am working, and shows me a dialog that indicates a reinitiate or ignore, and at the same time, indicates that i have that kind of invoke errors.
An internal error has occurred. It is recommended to restart UiPath Studio.
Error: System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.InternalGetDirectoryName(String path)
at UiPath.Core.Activities.Design.InvokeWorkflowInteractiveDesigner.GetWorkflowFullPath()
at UiPath.Core.Activities.Design.InvokeWorkflowInteractiveDesigner.SetProperties(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
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 -2147024809