(...) ent runtime environments of the WBCON Workflow Service (under .NET Framework) and the WEBCON BPS Portal (under .NET Core) and System.Data.ODBC. I have developed an SDK plugin that integrates the NuGET package System.Data.ODBC to access ODBC data sources. The tarGET runtime environment of the plugin package is .NET Standard 2.0, so that the plugins can be executed both in the service and portal. (...)
(...) SQL query to put different WFD_AttText attributes into one DET_Att column and different Att_Choose values into one DET_Value column into the 'value' column, so that the 'email' and 'phone' attributes GET good contact types.
(...) Hey. We've ran into an issue with the Drop-down choice field within an Item List. Simple way to GET the error: Clone a row with some data -> Try to modify the drop-down attribute value in the newly created row This results with a checksum error pointing at the choice field (see picture provided with the thread). It has happened in different applications/processes before too. We're using v (...)
(...) an instance using this API /api/data/v4.0/db/{dbid}/elements/{id}/attachments. I have 2 fields into this form: contentBASE64 and fileName. All I'm trying to do is to use these values from my fields toGET her with the API action so I end up with an instance in a final state having an attachment into attachemnts section. I have already checked this post https://daniels-notes.de/posts/2023/copy-attac (...)
(...) intMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at WebCon.BPSCloud.Portal.Extensions.DebugInfo.DebugInfoMiddleware.Invoke(HttpContext context, IDebugInfoGET ter debugInfoGET ter, IPerformanceCounterFactory counterFactory, IFrontendTraceProvider formatter, IDefaultableDbInfoProvider defaultableDbInfoProvider, IUserCredentialsManager userCredentialsManager, (...)
(...) 've cases where one choose field updates another choose field. If the data source is not a SQL database this can take some time. Setting the first field takes about 1 second, (1) in the attachment. GET ting picker search results 540ms Validate picker control 460ms The setting and validation of the tarGET field (2) takes again 1700ms and another 390 ms for executing a form rule. Setting tarGET f (...)
(...) ms args); } Base config class: public abstract class MyCustomActionConfigBase : PluginConfiguration { [ConfigEditableText(DisplayName = "BaseConfigValue")] public string BaseConfigValue { GET ; set; } } *** extending / 'productive' project / solution *** Custom plugin class: public class MyCustomAction : MyCustomActionBase { public override Task MyRunAsync(RunCustomActionPar (...)
(...) Hello everyone, How can I find out more information about the cause using an error ID? Where can I enter the ID in the Designer Studio to GET to the form field that is causing the error? I tried to adapt a data source to a "data table" form field because not all existing values were displayed. Now I always GET the error "Failed with an unknown exception Error ID: 6f351188-04d9-4049-bd2b-d3da (...)
(...) Hello, I would like to import some templates in my environment but i have version 2023_1_2 and i GET this error: Incorrect branch number of application's database. Application has been exported in version 2023_1_3, currently installed version 2023_1_2. You can not import applications from older versions. Is there something i can do? Can i find these templates in other versions too? https://co (...)
(...) 2023.1.3.29. But I didn't knowingly change anything about it. To find the error I am now searching the changelog. Unfortunately I can't find all objects by name. Can I somehow search for the ID to GET to the relevant location? Example ID 25 Thank you in advance. Regards, Matthias
(...) ation of this action and there was no item list selected. I did this import twice, after I changed the configuration manually and same issue. So in case you want to use this action, please don't forGET to check the configuration after each import. Have a great day! version: 2023.1.3.29
(...) In Designer Studio it is possible to check the use of a single connection or data source in the context of all processes. Is it possible to GET such a list for all connections and sources using an sql query?
(...) ement in a SharePoint document library that is in a sub folder in the SharePoint document library? I am trying to use a CAML query and while I can find documents in the root document library, I can't GET the CAML to find documents in a sub folder in the document library. I should mention that this appears to be WEBCON specific since the CAML query does return subfolder contents if I use a regular CAM (...)
(...) ones. There could be an action that would mark a task as postponed and another one marking as normal. I know that this can be achieved with a variable and grouping, but users like the task circles widGET :)
(...) unc`2 elementSelector, IEqualityComparer`1 comparer) w WebCon.WorkFlow.Data.Caching.Collections.AttributeDocTypeAssocCacheEntityCollection.b__6_0() w WebCon.WorkFlow.Data.Caching.LazyEx`1.GET _Value() w WebCon.WorkFlow.Data.Caching.Collections.AttributeDocTypeAssocCacheEntityCollection.TryGET ByAssociation(Int32 dtypeId, Int32 wfconId) w WebCon.WorkFlow.Studio.Logic.Managers.Att (...)
(...) the constant would show a context menu with all constants in this group (2). This was similar to the one which is displayed if you right click on the choose field to switch from ID to Name. Can we GET it back please. :) Best regards, Daniel
(...) Is it possible to GET an email notification when somebody is posting a comment without pressing any "move to next path buttons"? In the screenshot the yellow area.
(...) o hook into an api that is hosted on a localhost? I have a locally fired server, I use FastAPI (the tool is built in python). In browsers the API works. However, when I try to run a query on a form I GET this message. I have already tried restarting DNS, disabling the firewall. The server is on startup and the server is listening on port 8000. I am new to webcon and just learning. Thank you in advan (...)
(...) are always opened immediately in processing mode. I would like to set it so that editing has to be started manually. The problem is, that users open the entry and just want to read it and then forGET to cancel the editing. This means the complaint remains in processing mode and cannot be processed by other users. Where can I find the settings for this in the backend, since it obviously has to (...)
(...) tegory file: UploadFile = File(...) --------------------- @app.post("/pdf_text") async def pdf_text(item: PDFItem = Depends(pdf_item_form)) -> dict[int, dict[str, str]]: pdf_text = GET _text_from_pdf(item.file.file) logger.info(f"Extracted text for PDF item with id: {item.id}") return {item.id: {"text": pdf_text}} -------------------- def pdf_item_form( id: (...)