WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for timeout

(...) Is there a reference guide to scaling up solr configs beyond the setup done by the installer. I have narrowed down my performance issues to the solr timeout on memory from the logs

(...) Hi, I'm having trouble converting the contents of an attachment to BASE64. On the system step I have a timeout that calls the transition path after a minute. In the traversal path, I have an action that calls a web service. The frame uses a business rule to convert the content of the attachment to Base64 (the business rule returns the text value of the last attachment). When the whole thing is handled (...)

(...) em for each row - Compare the old against the new data - Trigger an update if something changed Problem: Executing xxxx REST Requests in a "for each" loop in an item list will probably exceed the timeout of path transition. There's no option to filter the item list in the "for each" loop. Using a "any collection" source for the for each would work, but than I can't update the item list row. I coul (...)

(...) Con.WorkFlow.BusinessLogic.Automations.Engine.AutomationCoordinator.RunRecurrentAsync(IWFRecurrentActionsDefinition recurrentActionDefinition) at WebCon.WorkFlow.Service.Context.ServiceExecuteWithtimeout .c__DisplayClass5_0`1.d.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.Service.Context.ServiceExecu (...)

(...) metimes contains from several to several hundred or several thousand items. A proposal to add the possibility of presenting the last 5-10 history elements, because with hundreds of history elements a timeout error is received.

(...) onServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.Service.Context.ServiceExecuteWithtimeout .c__DisplayClass6_0`1.d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at WebCon.Wor (...)

(...) ): No connection could be made because the target machine actively refused it. -- Activation summary Service -MS-L-***- Activate roles EmailsService MassNotifications RecurrentActions timeout s LicenceService WCFService WCFLicenceService OcrAi OcrTextLayer OcrAiLearn Archiving MobilePushNotifications UserSynchronization PersonalDataRemoval SolrIndexer Import Maste (...)

(...) Hi, The change consists of changing the default configuration that is created when the timeout action is added to a step. Default settings are interval 1 minute, number of repetitions: infinite number. If we forget to change this setting, it causes unnecessary and large number of versions, calls to action, etc. to be generated. It will be safer if the default option is : number of repetitions: (...)

(...) rror handling actions added individually per automation. In many cases, this would help to solve many problems before they are even noticed by end users, especially when actions are taken based on timeout s and other automated actions. Regards.

(...) column from an item list already exists in an external database. The use case is the following: Webcon process 1. Item List with Column Invoice Number 2. Number of rows can be more than one 3. timeout that will move to the control field to check if the invoice number exists in the external database 4. Process can only be moved to Finish if all the rows have a match So this works, if I just hav (...)

(...) Hi guys, got element with over 17k versions in history - it has been updated every 30 mins with a cyclical action. I would like to remove it completely, but am not able to. Got timeout using [Delete] button on element, as in the attachment. Also tried the archive action in button (removing completely from the database) with no luck as well. Do not want to remove it manually from DB. Any ideas how to do t (...)

(...) oad selected objects from Azure AD if required (duration: 118687 ms) While this is not a problem if the user is added via the Portal, executing the "Add user action" in synchronous mode leads to a timeout error in the browser. https://community.webcon.com/forum/thread/5203 I don't see any reason, why adding the user to a BPS group should trigger an update from Azure AD. Could this part of the logi (...)

(...) pRequestMessage request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpClientRequestChannel.HttpClientChannelAsyncRequest.SendRequestAsync(Message message, timeout Helper timeout Helper) at System.ServiceModel.Channels.RequestChannel.RequestAsync(Message message, TimeSpan timeout ) at System.ServiceModel.Channels.RequestChannel.RequestAsyncInternal(Message (...)

(...) ave that rejected to make changes in the form. The step is only handled by the approver and I don't want to use admin options to change the status for a specific request. I thought about adding a timeout to check if New comments were added in the request. I know that in the notification configuration, I can select the last comment entered. But I want to create a SQL rule to active/inactive the timeo (...)

(...) Hello there :) I have fairly an easy question. I want to set up the timeout action which would remind users to do their step while the step would have the "Active" Status or onhold. The current logic did not work unfortunately :( Any tips on that? See attached. Igor

(...) the cell in an itemList. But when i move between tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; settimeout (() => { var itemListElement = document.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenientaElement = itemListElement.querySelector('th[data-key="#{SFL (...)

(...) Hello all, I have a process to request shipments. There's a step called In Transit that is system based on a timeout which will move the request forward as soon as the Estimated date is reached. In the next step, the user must enter the actual date for the delivery. I was wondering if I could be able to: - Move the request if in the tracking information, it shows as deliveried - Enter the date (...)

(...) an error: (503) Server Unavailable. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout ) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebReque (...)

(...) olution license for the user." is thrown. We worked around this by: - Moving the child workflow to a system step, if the user has only a Single-Solution Access License. - The step has a 1 minute timeout , which will then move the child workflow forward to the intended step. I've the following issues with this: - The the error itself is correct, it's misleading because it's caused by the parent wo (...)

(...) in WEBCON where we need to display a countdown timer on a form. Specifically, we want the timer to be shown in the [time until next adjustment] field, counting down to the next scheduled update. The timeout is set to update the [value] field, and the countdown should dynamically reflect the remaining time until that happens. Has anyone implemented something similar ? If so, how did you approach it? (...)