below is the exception activity info
“Name”: “Add Queue Item”,
“Id”: “1.18”,
“InstanceId”: “23”,
“TypeName”: “UiPath.Core.Activities.AddQueueItem” below is the actual exception details
An ExceptionDetail,
likely created by IncludeExceptionDetailInFaults=true,
whose value is:
System.Exception: The operation has timed out. ----> System.AggregateException: One or more errors occurred. ----> System.TimeoutException: The operation has timed out.
— End of inner ExceptionDetail stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification) at System.Threading.Tasks.Task1.get_Result()
at UiPath.Core.Activities.BaseQueueActivity.EndExecute(NativeActivityContext context,
IAsyncResult result)
— End of inner ExceptionDetail stack trace —
at UiPath.Core.Activities.BaseQueueActivity.EndExecute(NativeActivityContext context,
IAsyncResult result)
at UiPath.Core.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context,
Bookmark bookmark,
Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context,
Bookmark bookmark,
Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
below is the screen shot of the log window during debugging :
Can you share the screenshot of properties of Add queue item.
Are you providing the queue name and is your studio connected to orchestrator and what is the information you are sending from studio to orchestrator in the item information property of Add queue item.
While adding values to Queue only bot is failing. While adding to Queue make sure you provided right information in ItemInformation there you have to specify the collection of items to add to Queue.
ss1 : add queue item properties in side process.xaml
below screen shot outsputs the queue ame before the add queue item gets invoked
and the message box value is the excat same thing i mentioned in side add queue items
below screenshot is the queue i manually created before the execution inside orchestrator
weird behavior :
i included the message box justfor proof. but then i fund the message box keep on coming !! even after clicking ok !!
above is the attached process.xaml. for some reason am not able to attah my whole project as zip. uipath website is preventing me from doing. any help will be greatly appreaciated. as you all know we have just 3 days for this to complete !!
Hi MigT
I have posted screenshots above , in my config file also its the name (QueueName) and am picking that in a dictionary and print in message box just before the “add queue item” activity". also i have posted SS which shows the same “QueueName” inside orchestrator also. the problem is same.