(...) tandardizing our plugin packages. I would like to put all plugins on a common basis in order to be able to reuse functions such as custom logging methods in each plugin package without copying source code . I have often used nested plugin and configuration classes within a plugin package project. This works without any problems. Example: *** shared project / solution *** Base plugin class (...)
(...) ign on beginning (data from polish national VAT/NIP databese) I was testing: if in string is " or ' all time I have got error if I remove from string [name] " or ' - then workflow is working [code ] Dodaj Sprzedawcę / Kontakt [/code ] error: url: https://webcon.xxx/api/logger | action: ip: xxx | msg: "e": {}, "message": "'' string literal contains an unescaped line break", "n (...)
(...) le" 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-d3da66c64976" Unfortunately the error code doesn't help me understand what exactly happened... Many thanks in advance. Regards, Matthias
(...) counterFactory, IVersionPathParser versionParser, ICurrentUserProvider userProvider, IRestApiLoggingManager restApiLoggingManager) at WebCon.BPSCloud.Portal.Extensions.RestApiLogging.RestApiStatuscode Middleware.Invoke(HttpContext context, IApiLogger apiLogger) at WebCon.BpsCloud.IdentityServer.Hosting.IdentityServerMiddleware.Invoke(HttpContext context, IEndpointRouter router, IUserSession ses (...)
(...) sing", "loc": [ "body", "file" ], "msg": "Field required", "input": null, "url": "https://errors.pydantic.dev/2.6/v/missing" } ] } API code : class PDFItem(BaseModel): """ A model representing a PDF item with an ID, category, and file. Attributes: - id (int): The unique identifier of the PDF item. - category (...)
(...) n advance. Error Stacktrace: Nachricht Fehler Setze Symbol - Fehlerhafte Rezepturen während betreten des Schrittes. (Schritt: Bearbeitung Produktion, Pfad: Ja) Concurrency Error Log Error code : 100 Einzelner Wert: Attributwert von "Symbol - Fehlerhafte Rezepturen" auf "" geändert. Concurrency Error bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean (...)
(...) Hello Everyone I have to change sdk Custom Action class (not my code ) from version 2019 to 2021. In old CustomAction was used HostingEnvironment.Impersonate() and I have 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.Missi (...)
(...) ttachment id could come from, I didn't explicitly define it. Best regards, Daniel [/quote] - OK, I will do it later [now I have got static Attachment ID] but now I have got problem with: [code ="error"] Kopiowanie Załącznika do innego Flow - Request Url: Response code : Exceptions: One or more errors occurred. (The SSL connection could not be established, see inner exception.) [code (...)
(...) . 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: Response code : Exceptions: Error occurred : Cannot send a content-body with this verb-type. System.Exception: Error occurred : Cannot send a content-body with this verb-type. at WebCon.WorkFlow.BusinessLo (...)
(...) Hi everybody, has anybody an idea how I could manage to make (copy) out of a base64 type picture field an attachment for a bunch of instances? I.e. I have an QR code within my workflow instance as picture field. But I need to export it for external use. Kind regards Klaus
(...) hout authentication)? What we need here is some kind of public form for new registration of users. This form also should have path authorization, to verify a new registered user (e.g. by sending a code via email). But I think this only user-related and only works with already registered users. I know there is a new feature called 'Public link', but this isn't exactly, what I am looking for, si (...)
(...) Hi, Can I achieve such an effect in an calculated column? In SQL it works but in webcon I have an error If atrubut is empty display the grouped attribute from the item list code : select ISNULL(WFD_AttChoose5, STRING_AGG (CAST(DET_Att1 AS NVARCHAR(MAX)), ';')) from WFElements W left join WFElementDetails WD on W.WFD_ID = WD.DET_WFDID group by WFD_AttChoose5 What needs to be corre (...)
(...) s someone of you use a FormFieldExtensionJS for a multiline text field? We used this one to store a JSON as a string and in 2023.1.3 the plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. The default va (...)
(...) achment 2. I start child process a) copy data + copy attachments b) i would like to populate the same in child item list with records correlated with coped attachments ... I did SQL source: [code ="SQL"] SELECT e.DET_ID as 'ID wiersza dziecka', e.DET_WFDID as 'ID Elementu Detalu dziecka', e.DET_WFCONID as 'ID Listy dziecka', e.DET_Att1 as 'Rodzaj dokumentu dziecka', (...)
(...) ssion for autoresponder. I used a action autoresponder with MS Graph. Wystąpił błąd wykonania akcji autoresponder na ścieżce. (Krok: Start, ścieżka: Autoodpowiedź) One or more errors occurred. (code : InvalidScheduledOofDuration Message: The scheduled duration for sending automatic replies isn't valid. ClientRequestId: 9e12806a-64bf-4882-87f4-c831a7710e57 ) code : InvalidScheduledOofDurati (...)
(...) g: Faulting application name: WebCon.WorkFlow.Service.exe, version: 2023.1.3.202, time stamp: 0x8e09a86d Faulting module name: ntdll.dll, version: 10.0.14393.7070, time stamp: 0x666269e8 Exception code : 0xc0000028 Fault offset: 0x00000000000a5a70 Faulting process id: 0x3dd8 Faulting application start time: 0x01dad1f5fad4b7a1 Faulting application path: C:\Program Files\WEBCON\WEBCON BPS WorkFlow (...)
(...) Hi I have a question. I want to return all weekend days in SQL for my form validation. This is my SQL code that returns these days, but only for the current month: WITH Dates AS ( SELECT CAST(DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0) AS DATE) AS DateValue UNION ALL SELECT DATEADD(DAY, 1, DateValue) FROM Dates WHERE DATEADD(DAY, 1, DateValue) < DATEADD(MONTH, DATE (...)
(...) ll give it a shot - if not now, then I'm not sure if there will be a better time ;) I think most of us have used SQL Server Management Studio or Azure Data Studio to test some queries, and maybe a VScode / Notepad++ for some powershell - all of those support autocompletion (which in most cases of recent software is supported by language server protocol). Could we get a built in autocompletion for (...)
(...) erator seems to be in wrong place: - (8/12/2024 8:29:33 PM) Searching LDAP://ldap-server:389/DC=ldap,DC=goauthentik,DC=io?uid,gidNumber,objectClass,accountExpires,adspath,cn,company,comment,countrycode ,department,description,displayName,distinguishedName,givenName,homeDirectory,homePhone,info,ipphone,isCriticalSystemObject,localeid,mail,manager,memberOf,mobile,name,objectCategory,objectVersion,ou,p (...)
(...) Error code : 100 Thread was being aborted. at WebCon.WorkFlow.Actions.Engine.ActionObject`1.d__9.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.Actions.Engine.ActionObject`1.DispatchAsync() at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.d__23.MoveNext() Thread (...)