(...) ulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) bei System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() bei System.Data.SqlClient.SqlDataReader.GET _MetaData() bei System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryptio (...)
(...) Hello, on my test instance the WebCon BPS service restarts. On average every 3 minutes. I GET messages like below. Have any of you encountered this type of problem? The WebCon WorkFlow Service service terminated unexpectedly. It has done this 107 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service. == Failed to activate some modules Category: Ac (...)
(...) also used this in 2021 version, but it generates error: Method not found: 'WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyEntitiesCollection`1 WebCon.WorkFlow.SDK.Documents.Model.NewDocumentData.GET _TextFields()'. System.MissingMethodException at WebCon.SRC.CustomActions.ADEmployeeSID.Run(RunCustomActionParams args) at WebCon.WorkFlow.SDK.ActionPlugins.CustomAction`1.WebCon.WorkFlow.SDK.In (...)
(...) need to set up two columns to calculate some KPIs for a report. The first one will show the status based on Case statement and date difference: (select case when DATEDIFF(day,WFD_AttDateTime3,GET date()) >0 then 0 when DATEDIFF(day,WFD_AttDateTime3,GET date()) = 0 then 1 else 2 end) The second column should pick the number of instances that have the conditions DATEDIFF(day,WFD_AttDateT (...)
(...) declare l_out NUMBER; begin ZZ_WEBCON_TEST.TEST_PROCEDURE(P_IN => {BRP:21}, X_OUT => l_out); end; where {BRP:21} is a Business Rule decimal parameter. The Rule is working, Oracle procedure GET s executed (witness on Oracle db) and most probably returns l_out. My question is: how do I GET the l_out value? Tried another Rule parameter but query not working any longer. Thank you, Mihail
(...) Hello Experts, We're currently on BPS version 2021.1.2.143 (GET ting ready for upgrade) I try to invoke a REST API to update form fields, and I GET a proper response from the service, however, it doesn't update the fields. I'm using OData Query to filter and expand the data, and load the response definition from the service. The action configuration and action log with response are on my pictures. (...)
(...) I would like to create messages in Teams channels and 1:1 chats automatically through WEBCON. Unfortunately, I GET the error that delegated permissions and no application permissions are required for sending (intended for migration purposes only). I have already implemented the connection using MS Graph and the associated application permission as follows: https://community.webcon.com/posts/post/ (...)
(...) Hello, I have an external API: GET https://domain.com/api/employee/GET All I have created a process using REST API that GET token, then GET Employee. (START - FINISH) GET All - Retrieve the employees list. The HTTP verb for this method is GET . When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work: Resp (...)
(...) onsists 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: 1 Regards
(...) Hi, I have a situation where multiple users GET assigned tasks on a certain path. The parallelism is set to Completion - All. It mostly work fine. But if certain users complete their task before other users do, the workflow goes into the next step, despite other user tasks not being completed. When I look at the element history, when other users finish their task, "Completion - All" and their name (...)
(...) e. I've tried many ways but the layout changes when I try to add it in the dashboard and even trying to select the margins, it doesn't fit in the page, like I just want to check the first 5 news and GET a scroll. Maybe I'm asking for too much, but do you have any ideas? Thank you
(...) Hi, could we please GET an option to define whether we want to set a choose field or only the id of the choose field? See the attachment as one example. I have an item list with a drop down and a fixed sql statement with multilingual values. Assigning the id to the column in a for each loop does not resolve the display name and the "id" value is treated as the display name. The "solution" (...)
(...) on have been used to export that specific .bpe package. You might also use this powershell script: $path = '.\bps_package.bpe' Expand-Archive -Path $path -DestinationPath . -Force [xml]$xml = GET -Content $path.substring(0, $path.length-4) $xml.SelectSingleNode('//PackageVersion')
(...) Hi, in this version, data verification takes place for each field of the type: Choice field, regardless of whether 'Attribute validation' is selected on the path or not. I need advice on how to GET around this problem in the case of paths such as: Reject, Reverse, where these fields contain random data, e.g. set via OCR - without any intervention in the fields by the user. Regards
(...) TagRepository.ObjectIDFormFieldsPrefixRepository.ShouldGenerateSiblings(DicWFFieldTypes type) w WebCon.WorkFlow.BusinessLogic.ExpressionTree.LeafTagRepository.ObjectIDFormFieldsPrefixRepository.GET DefaultPrefix(IWFConfiguration configuration) w WebCon.WorkFlow.BusinessLogic.ExpressionTree.StructureNodes.FormFields.FormFieldExpressionNode.GET _TagPrefix() w WebCon.WorkFlow.Studio.Form (...)
(...) processes in a cloud environment (Azure) that will never have access to classic domain controllers I need a full user database on EntraID (AAD). I tried with the free online instance of WebCon toGET er with quite outdated manual. It requires restarting some services as soon as you add AAD authentication to BPM - I didn't even have a way to check if it works because I can't restart services on pub (...)
(...) that [Validate] path before data is updated with new value. I can't really move it to 'On entry' of next step, because the next step might be dynamic - I'm using 'Previous step' configuration path tarGET . Any ideas what could i try here? :) * https://community.webcon.com/posts/post/pending-in-transaction-vs-pending-after-transaction/347/3
(...) to data row in order to keep your report. In this case the error GUID will show: "...Invalid column name 'SEL_SQLRow'." version: 2023.1.3.169, but I don't think the version matters. I hope we GET the option, at some point, to manually remove such column from your report if it was added before when it was not a data row :) Have a great day! p.s just realized that a report tile will keep (...)
(...) Has anyone else had problems with the designer? I'm talking about crashes while making changes or situations where you save your work and later realize that around 10% of the changes didn't actually GET saved. Does anyone know what might be causing this? Version: 2023.1.2.68 Thanks.
(...) siness rules we have ability to change layout from horizontal to vertical, which helps to keep it nice and tidy. Few times i've used concat, which got really long - see attachment. Maybe we could GET vertical layout for concat? :)