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

search results

for timer

(...) ł   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following section of the WEBCON BPS Help: timer | WEBCON BPS   Introduction timer s are elements that allow you to define the frequency with which the associated actions are performed. Thanks to them, it is possible to define the st (...)

Hi, during a call yesterday we realized, that a time previously timeout is executed after 10 minutes by default, if it runs into an error. This includes "Element was checked out" errors. While I agree that this may be a good thing for the production environment, but a pain in all others. Unfortunately my user voice was set to "Not now", but maybe it can be revisited now. https://commun

(...) thCheck = function(object) { let integerRange = new IntergerRange(object); object.value = integerRange.getValue(); } nxWebcon.integerRange.debounce = function(func, timeout = 300){ var timer ; return (...args) => { clearTimeout(timer ); timer = setTimeout(() => { func.apply(this, args); }, timeout); }; } nxWebcon.integerRange.processChanges = nxWebcon.integerRange (...)

(...) ect. at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEngine.RunErrorFlowCollectionAsync(AutomationEvaluationParameters parameters, AutomationWithParameters automation, AutomationRuntimer esult currentFlowResult, CancellationToken cancellationToken) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEngine.RunAutomationWithoutResultCleanAsync(IAutomationWithExecutionCon (...)