(...) This article explores the challenges of sizing and scaling the WEBCON BPS platform. What is WEBCON BPS? WEBCON BPS is a platform. WEBCON BPS is not a single, closed application with clearly established functionality, but it is a platform for building applications that meet business expectations of the end-users in a given business. Taking that into consideration, one may conclude (...)
(...) yle border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-top border-width border bottom box-decoration-break box-shadow box-sizing caption-side clear clip color cursor direction display empty-cells fill float font-family font-size-adjust font-size font-stretch font-style font-variant font-weight (...)
(...) s preferences, but also aesthetically diverse. However, if the user would like to further distinguish the information contained on the workflow instances or highlight specific items on the form, emphasizing their significance, the option to style form field names and field values may come to their aid. This article presents methods for customizing text appearance on forms with Cascading Style Sheets (...)
Applies to version: 8.1.x and above, author: Martyna Kubiak Functionality description With WEBCON BPS users can now create HotMailBoxes. A HotMailBox automatically starts workflows or adds files to them whenever an e-mail message is delivered to an inbox configured in it. A HotMailBox can operate in one of the following modes: • “Start one workflow for each e-ma
Applies to version: 8.1.x and above, author: Martyna Kubiak Functionality description With WEBCON BPS users can now create HotMailBoxes. A HotMailBox automatically starts workflows or adds files to them whenever an e-mail message is delivered to an inbox configured in it. A HotMailBox can operate in one of the following modes: “Start one workflow for each e-mail” &l
Applies to version: 8.1.x and above, author: Martyna Kubiak Functionality description With WEBCON BPS users can now create HotMailBoxes. A HotMailBox automatically starts workflows or adds files to them whenever an e-mail message is delivered to an inbox configured in it. A HotMailBox can operate in one of the following modes: “Start one workflow for each e-mail&r
(...) t works in the context of this user. The new connection should be used for those configuration locations that require extended access to the database. At this point, it is worth reminding and emphasizing that any modifications of data in BPS databases (using UPDATE or INSERT commands) performed via a non-standard connection are not allowed and may cause the system to crash. For this reason, when usin (...)
Applies to version: 2023 R1 to 2025; author: Łukasz Maciaszkiewicz Related documentation A detailed description of the functionality regarding version 2026 R1: OpenTelemetry in WEBCON 2026 R1 Introduction In the present-day dynamic and distributed application environments data monitoring and analysis are key to ensure high efficiency, reli
(...) f coding that ensures responsiveness and adaptability to different screen sizes and resolutions. Designers must employ a variety of CSS hacks and conditional statements to tackle issues such as image sizing , font rendering, and layout shifts. The need for meticulous testing across multiple clients adds another layer of complexity, often requiring iterative adjustments and compromises in design to meet b (...)
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
(...) argetHeight + " and saved."); MoveToNextStep(#{PH:2526}#); } catch (err) { console.error("Error during image processing:", err); alert("Error while resizing the image."); } }; img.onerror = () => { alert("The image could not be loaded."); }; }); } else { console.error("Button with I (...)
(...) ge resized and copied as ${targetWidth}×${targetHeight}.`); } catch (err) { console.error("Error during image processing:", err); alert("An error occurred while resizing the image."); } }; img.onerror = () => { alert("The image could not be loaded."); }; }); } else { console.error("Button with I (...)
Applies to version: 2026 R1; author: Łukasz Maciaszkiewicz, Lily Adamowicz Related documentation A detailed description of the functionality regarding versions 2023 R1 to 2025: OpenTelemetry in WEBCON BPS Introduction In the present-day dynamic and distributed application environments data monitoring and analysis are key to ensure high effic
(...) that were automatically assigned to users before the upgrade will not be lost – after the upgrade, they will remain assigned to the same users, ensuring continuity of work. It is worth emphasizing that in the subscription model, the method of managing license assignment remains unchanged. Immediately after upgrading to version 2026.1.4 or higher, the license package must be downloaded, even (...)
(...) application (dev) (e.g., move a widget) 2) Reload the application in the designer 3) Export (e.g., from dev) 4) Import (e.g., to prod) => Change is not visible in prod. In my case, it was a resizing an existing widget and moving it down.