(...) it already or maybe someone else. If selecting a value of a choose field from a data source throws and this causes an error, it's not easily possible to see the actual "request" which was used to GET the data. There are ways around this: - In case of SQL and you have access to the server you could activate the SQL profiler - In case of rest/soap requests you could add an http interceptor which (...)
(...) Hey, anyone have any idea why the problem appeared? Version installation: current -> 2023.1.3.76 tarGET -> 2023.1.3.118 In changelogs there was information about changes as to the columns in the AdminWFEventLogs table. Last query from profiler: IF EXISTS(SELECT * FROM sys.columns WHERE Name = N'WEL_Details_Deprecated' AND Object_ID = Object_ID(N'dbo.[AdminWFEventLogs]')) (...)
(...) So this application is incredible... without words how much it can GET on your nerves!
(...) ng-with-onedrive-files/341/18 But this is explaining on how to configure using MS Graph and Rest API. However, in the connections area, there's one specific for Onedrive but I'm not sure on how to GET the details for the configuration. Thank you
(...) (Invoice) a had an action that download using Rest Api information about working time of employee. Using this data, system fill table with invoice items (eg. cost allocation ). But in this version i GET error that: "No exact match was found for:..." ("Nie znaleziono dokładnego dopasowania:...") for attribute Choice field. In previous version this work fine. And there is no pattern in this action be (...)
(...) er here; just started reading about it). I most definetely need to use the CAML query since there can be more than one document that needs deleting but i am also curios about that ID. Where can i GET that ID from? I tried testing with the Document ID found in SharePint, at info, but got an error ('Cannot convert "{0}" to correct (integer) value of deleted element ID'). If i use 1 it gives back 'T (...)
(...) Hi is there a way to GET from the database all the permissions to all the reports that we have ? I was not able to find any column with that information and I do not know how to GET such info
(...) partment starts one Workflow that creates subworkflows for several other departments. The main Workflow should be able to see the current status/step of every subworkflow. But with what I did, I am GET ting 2 Errors [Form] "Failed with an unknown exception Fehler-ID: d1a18cc6-c67d-43bb-b883-66e3584445e9" [] "during saga execution: Failed with an unknown exception". See the attachment for a pictur (...)
(...) 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" (...)