Applies to version 2017.1.3.x; Author: Bartłomiej Spyrka SDK configuration for an ‘Administration process’ used to find and manage personal data This article presents methods of utilizing features available in WEBCON BPS to prepare a process for GDPR-related data management. In this article you will learn: How to approach the Administrative process which is used to tra
Applies to version: 2023 R1 and above; author: Łukasz Maciaszkiewicz Introduction In the present-day dynamic and distributed application environments data monitoring and analysis are key to ensure high efficiency, reliability, and optimization of an application. To address those challenges, the 2023 R1 WEBCON BPS version has introduced support for OpenTelemetry – a powerful
Applies to version: 2021 R1 and above; author: Mike Fitzmaurice Introduction WEBCON BPS offers several ways to handle parallel work. If the scenario involves a single task assigned to multiple people, a few task configuration settings are usually all that is needed. There are exceptions to this, though, especially when you have elaborate criteria to apply to the task results. &
(...) utomation – changes in labour market trajectories". During her lecture, Ola emphasized how Low-code platforms are expanding the IT job market to professionals with diverse educational background s and work experience. She also highlighted that a well-designed and implemented process is the result of effective communication and cooperation between the business and IT departments (citizen-assis (...)
Applies to version: 2023 R3 and above; author: Łukasz Maciaszkiewicz New WEBCON BPS 2023 mobile application The WEBCON BPS 2023 mobile application is a component of the WEBCON BPS platform designed for mobile devices. It offers flexible and convenient access to the applications published in Portal from any location, even without direct access to the company’s compu
(...) All users All users and groups (default option) Available columns This area is used to define which columns will be returned by the data source. The columns with a gray background are required and cannot be unchecked. These are: COS_BpsID* COS_Department* COS_DisplayName* COS_Email* COS_JobTitle* COS_Login* COS_ManagerBpsID COS_ManagerDisplayName Th (...)
(...) in file size to avoid slow download times that could turn recipients away. Also, provide alternative text for images so that the message context is not lost if images do not display. Be cautious with background images as support for them is not universal. 7. Avoid JavaScript: Most email clients do not support JavaScript due to security reasons, so relying on any scripts to modify your email dynamically w (...)
The open lecture entitled "Process Design using Low-Code for Students Planning to Work in Business and IT", organized by the Department of Logistics and Process Engineering and WEBCON Sp. z o.o., brought significant value to students of Logistics and Computer Science at UITM. During the lecture, Urszula Słupik and Adrian Baszak introduced stude
(...) Mouse-free navigation through the table report elements Contrast on Portal pages One of the key elements of digital accessibility is the ability to easily distinguish content from the background . This is important for all users, not just those with visual impairments. Contrast is essential for maintaining proper readability of content, regardless of the environment or the individual viewer&# (...)
Applies to version: 2024 R1 and above; author: Łukasz Maciaszkiewicz Introduction The following article explains how to enable user entry logging on the Portal website. This allows WEBCON BPS platform administrators to obtain information about individuals who have logged into the Portal. The appsettings.user.json file You can activate the functionality of registe
(...) cript) work, including the GetToke rule, which allows you to programmatically retrieve the access token issued during user authentication. In this case, the authentication may take place "in the background ". User + JavaScript – is a combination of the above two modes, offering the possibility of using both of them at the same time. JavaScript mode works well in cases where authenticat (...)
Applies to version: 2025 R1 and above; author: Łukasz Maciaszkiewicz Introduction The 2025 R1 version of WEBCON BPS introduces support for SIEM (Security Information and Event Management) providers. This article explains how to integrate the WEBCON BPS platform with a SIEM service using the Microsoft Sentinel tool. What is SIEM? The SIEM (Security Information and
Applies to version: 2025.1.x and above; author: Grzegorz Straś Updated in 2025 R2: Authorization now available on table reports Related Documentation The 2 areas relevant to setting up this feature are the Visibility tab in the configuration of each form field, and the Security node in the global parameters, where the authorization methods are enabled. This article references on
(...) Applies to version: 2023 R3 and above, author: Krystyna Gawryał background The OCR AI recognition action, thanks to its integration with ABBYY FineReader, reads the relevant items from the file attached to the workflow instance and then enters their values into the corresponding form fields. Starting with version 2022 R1, in certain cases described here, such OCR operations may produce erro (...)
Applies to version 2024 R2 and above; authors: Konrad Wojtycza, Michał Misiarczyk Related documentation A detailed description of the functionalities listed in this article and their configuration can be found in the following WEBCON BPS Help sections: My Tasks | WEBCON BPS Reports | WEBCON BPS Feature description In order to facilitate the management of
(...) action timeout does not terminate the script's execution on the server. Even though an error message is displayed and the automation is interrupted, the PowerShell script continues to run in the background . For example, if the script is adding rows to a SQL table in a loop and the entire operation takes longer than 60 seconds, the script will continue inserting rows even after WEBCON BPS reports a time (...)
(...) Dear all, what would be the best practice to update/change the Business Entity of an instance? background : I would like to create an application containing people related to a company respective business entity. Over the time it is possible they would change the company and so also the business entity. I found a dirty way by using an SQL Update directly on the WFElements table, but I am struggling by run (...)
Hi. I have an old Webcon BPS. I try to create a template and I have a problem with CSS. I don't know how to change [|ElementAdress|] element to my preference. I want change text-decoration change to none, change color to white and a want to add padding and bottom. It is my code : [|ElementAddress|] [|MessageBody|] I upload how to my div with ElementAdress looks. How to change this field.
Hi there, i am struggling with generating a clickable link from column of same row. I would like the user to enter a link in the column LINK and a clickable link should be generated in the next row column (LINK-TEST) on every value change (see attached picture). The perfect way would be a little HTML button, so i should be able to set the "[TECH] angeschaut" checkbox when clicking. What i am s
(...) the date in the current field is greater than today, then color backround, else dont change the color". Currently the not working JSON code is: { "content": "=CurrentField", "style": { "background -color": "=if(CurrentField > today, '#FF0000', '')" } } I've also tried different variants of the condition like "date(CurrentField) > date(today)" or "CurrentField > date('TODAY')" and other s (...)