(...) 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 (...)
(...) eone has an AD user or not, isn't working when I pass parameters like ##Vorname## [engl. Firstname] and ##Zuname## [engl. Surname] (which turns into {Vorname} & {Zuname}). The filter works with hardcode d names but fails with passed parameters. Any ideas on what I'm doing wrong or how to fix it? Is there a better approach?
(...) ROD. Maybe there is a chance to have a different Favicon per environment? Browsers offer grouping etc, so it's possible to manage, but it would be a nice touch :) Ideas in attachment. * Color code d as Designer Studio * With letters
(...) and now in sub process I would like to split this table to: A >> a A>> b A >> c A>> z B>> a B>>z .... D>>a D>>b how to do it? probably is easy like 1-2-3 ... I tryed generate sql code .. but is not working ... SELECT d.DET_WFDID AS 'ID elementu', d.{DCNCOL_NAME:1174} AS 'Kategoria', ST.Item AS 'Punkt normy' FROM WFElementDetails d CROSS APPLY dbo.S (...)
(...) problem with 2024.1.1.114 and SDK execution. I created an SDK to connect to the SAP and download data from the chosen contractor. The SDK was working from version 2022 to 2023 with some updates to c# code - after updating Webcon and SDK to 2024 i received the error: ERROR -> Plugin changed transaction nesting count. Please contact administrator. Interestingly, when I connect the VS debugger t (...)
(...) Hello everyone, we are using JavaScript for a RestAPI call (long story – it's a requirement from IT). Now I receive the "Response Status code " and "Response Text" within the JavaScript, but I also need to send these values back to WEBCON for further processing. Since we usually work with WEBCON without using JavaScript, I’m lacking the necessary know-how in this area. Can anyone assist me with (...)
(...) .1.4.404 - but I need double check] I have action to update item list where source is Parent Item list. The sql query is working but filters .. works if there is no polish letters :| so: [code ='SQL'] SELECT d.DET_WFDID AS 'ID elementu', d.{DCNCOL:1135} AS 'Sygnatura Audytu', d.{DCNCOL:1132} AS 'Tytuł raportu 8D', d.{DCNCOL:1131} AS 'Norma', d.{DCNCOL:1128} AS 'Pu (...)
(...) Hi, can you share some example code for those types of plugins?
(...) REST Web service based on previous defined constants We use those global constants just to have separate value sets for DEV / TEST / PROD. The problem: - the REST request suffix gets URI encode d, from api/webcon/action to api%2Fwebcon%2Faction, therefore the API call fails with 404 - if suffix gets a slash upfront, /api/webcon/action, it gets encode d to %2Fapi%2Fwebcon%2Faction, and API (...)
(...) or different dates and currencies). The API GET call is: https://kurs.resenje.org/api/v1/currencies//rates/-- I have in DET_Att6 and the in DET_Att3. The response is a JSON: { "code ": "USD", "date": "2017-01-04", "date_from": "2017-01-04", "number": 1, "parity": 1, "cash_buy": 117.7702, "cash_sell": 119.4306, "exchange_buy": 118.2446, "exc (...)
(...) Hello, I am working on application that have some fileds, that will be always filled with SCAN of QR code or just BARcode scanner. The user will never try to fill that attribute with keyboard on the tablet. So I would like to have virtual keyboard always hidden for those fields. How to achive this? I do not have option type "none" in the Studio. I am currently using BPS 2023.
(...) em to only have metadata available in the WFDataAttachments table. Does anyone have any insight into this, or perhaps an alternative solution to generate a single text line containing all Base64-encode d PDF attachments, separated by single quotation marks and commas? Thank you in advance for your help and suggestions. Best regards, Bjoern
(...) where I have 1 person and no waiting for other to finish - it was easy .. but if in step I have assigned 2-3 people and one of then is behalf then ... is more difficult ... SQL query: [code ="SQL"] SELECT WFH_ID as 'ID of history', WFH_STPID as 'Krok ID', WFH_FinishDurationDateTime AS 'Data ukończenia kroku', WFH_LeaveCurrentStepPath, WFH_LeaveCurrentStepDate, (...)
(...) You can easily find info about changes and who and when changed the lock of enviromnent select CHD_ID AS [Change_Id] , CHD_CFCID [Changed_object_code ] ,case when CHD_OldValue = 0 then 'Unblocked' when CHD_OldValue = 1 then 'Blocked' end as [Old_value] ,case when CHD_NewValue = 0 then 'Unblocked' when CHD_NewValue = 1 then 'Blocked' end as [New_value] , CHR_TSInsert as [Date of change] , CHR (...)
(...) lem Solution 2 set sql query where it will wait for all subflows doesn't matter positive / negative and if all will finish then will go by 1 path common for all results. I did sql QUERY: [code ="sql"] SELECT e.WFD_ID as 'ID elementu', e.WFD_STPID as 'ID kroku', s.STP_Name as 'Nazwa kroku', e.WFD_WFDID as 'ID rodzica', CONVERT(date, e.WFD_TSInsert) as 'data utworze (...)
(...) Error in DS if in Atomation you will use in name "}" and save and then try duplicate .... webcon: 2024.1.1.161 [code ] Typ: System.FormatException ------------------------------------------------------- Wiadomość:Nieprawidłowy format ciągu wejściowego. ------------------------------------------------------- Ścieżka wywołania ------------------------------------------------------- (...)