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

search results

for CUT

(...) Hello, I have a problem while adding a barcode. The instance is moving to the next step but the action is not exeCUT ing, does not show any error and is not even logged in the history and is not adding a barcode. Does anyone had this problem on the latest version( 2021.1.3.163 ) , some thoughts ?

(...) ule than returns only these recipients who are using the language. If fallback is set to true, than the recipients are returned who haven't configured a language yet. This rule is also used as an exeCUT ion condition. This could work, but this is kind a ugly. I would hate it to have multiple actions for the same thing. It's only a matter of time until the other's aren't updated/errors are fixed in t (...)

(...) useful information. Nevertheless, I prefer searching this site using a major search engine. Since I don't like to do repetitive tasks I put together some JavaScript which speeds this up and can be exeCUT ed on any (public) site by clicking on a bookmark. Unfortunately gifs aren't allowed so I attached a screenshot: 1: Search results from the community 2: ExeCUT ing the JavaScript 3: Selecting the path (...)

(...) error) at WebCon.WorkFlow.Studio.Logic.Authentication.PortalRequestHandler.CreateException(HttpResponseMessage response) at WebCon.WorkFlow.Studio.Logic.Authentication.PortalRequestHandler.ExeCUT eGetRequest(String path) at WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.GetUserByBpsId(String id) at WebCon.WorkFlow.Studio.Logic.Managers.PermissionsManager.ConvertLoginIntoPermi (...)

(...) uming and tricky to find out which element should I remove first, etc. Is there any other way of unconditional removing the whole application with all its elements? MS P.S. Maybe there is a way to CUT out everything about the app to be deleted directly from DB? For sure, it could be a way faster than manual procedure.

(...) ssions. I have verified by running powershell on the webcon server with the account and testing the script. I see the following error in event viewer. PowerShell Error Message=WCF Service can be exeCUT ed on registered account only. Valid PortalAppPoolIdentity username from database is empty. Source=WebCon.WorkFlow.Service StackTrace= at WebCon.WorkFlow.Service.WCFService.WCFService.ValidatePortal (...)

(...) other guid in appropriate action. The same I wanted to do for generating MS Excel attachments. Unfortunately I get the error: WebCon.WorkFlow.Common.Exceptions.WorkFlowException: An (name) action exeCUT ion error on a menu button occurred. ---> System.Net.WebException: Cannot get document template for id: / DOCTEMP / {EPV: 6} It appears in Webcon 2020 and 2021 (Starter Edition). Additionally I tried (...)

(...) the left and right panel from 50% for each to 75% for the right and 25% for the left. The JavaScript can be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's exeCUT ed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.exeCUT e = function (timeoutCounter,timeoutMax){ var items = document.getElementById("RightPanelOuter"); (...)

(...) he variable 'System fields\Assigned persons' contains the current persons during path transition, exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and exeCUT ed this in an action during path transition, exit and entry. They all returned the old row. - SDK object RunCustomActionParams.TransitionInfo.TasksToAdd is empty. I wanted to use this as an general o (...)

(...) Hi everyone, I just stumbled about an action which exeCUT ions hasn't been logged. The reason is simple, the according checkbox wasn't ticked. If you want to verify that all you actions are logged you can run this SQL statement. It displays all actions which aren't logged. Maybe for a reason or due to some misconfiguration: SELECT AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name, ACT_Name FRO (...)

(...) uld run after 1 minute into the step. The timeout with 242 instances will run after 2 years. Event logger does not tell us anything. It seems like the timeouts go into the queue, but they are not exeCUT ed. Does anybody know why timeouts aren't working? Best regards, George

(...) JID is fixed. You can get an overview of all ids and which fields, tables you need to replace in the above command from: SELECT * FROM [dbo].[DicTranslationsObjects] The attached image shows the exeCUT ed SQLcommand and the drop down values for the German language. Best regards, Daniel

(...) In the browser, the portal WEBCON shows the following error: Cannot exeCUT e as the server principal because the principal "BPS_readonly" does not exist, this type of principal cannot be impersonated, or you do not have permission. the BPS_readonly account exists in DB\Security\Logins and has access to the Content database. How to fix it?

(...) dots all the time. Details: url: http://win2019web2a/api/nav/db/1/app/7/element/3036/goToNextStep | action: GoToNextStep ip: 192.168.10.146 | msg: An unhandled exception has occurred while exeCUT ing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 | href: | ex: System.ArgumentException: Kolumna 'WFD_Guid (...)

(...) Hello, I have made an SDK to accept all changes on a word attachment. Unfortunatelly, Webcon says that I do not have permissions to edit the attachment. Not only the user with which I have exeCUT ed the action has full permissions, but I have set skip permission to true. Does anybody know why this error appears? I have attached some photo material. If I can give clarifications, please ask me. Best (...)

(...) j-cve-2021-44228/39 The version 2.17.1 contains a fix for a theoretical problem. If this could be misused, you already have a bigger problem. Source https://blog.sonatype.com/log4j-another-code-exeCUT ion-bug-should-you-worry Best regards, Daniel

(...) also be fine to remove the error message. My approach is not that ideal, because I must do validation twice, once a user changes something in the form and the second time, when an action will be exeCUT ed. But it is much better than validation during an action and showing the error message in a dialog. Thank you, Balint

(...) easily with js, but only with classic display form mode. It doesn’t work with modern forms. The problem is that it is not guaranteed that your form rules “Main form -> Behavior-> forms rule to be exeCUT ed on page load” are being exeCUT ed AFTER the page has been rendered. I use the following js function for hiding the delete button, depending on a value in the row: function hideDelete(listId, nach (...)

(...) Hi everyone, WEBCON BPS 2022 has a new IIS requirement "Dynamic Compression Module". You can enable this by exeCUT ing the following line in PowerShell: Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpCompressionDynamic Now I'm back to testing the new version. :) Best regards, Daniel

(...) en the situation, that I need a "conditional wizard mode". This means, that the wizard mode depends on the new assigned person. If it's the same person as the current one, the workflow needs to be exeCUT ed in a wizard mode. In all other cases it's not exeCUT ed in a wizard mode. Of course the standard mail would only need to be send in the later case. I'm currently using a workaround with a conditi (...)