(...) or add a new one ‘My tag’. Afterwards, you can select ‘My tag’ in other workflow instances. If it has been removed from all workflows, ‘My tag’ will no longer selectable be selectable . The decentralized variation uses only standard features of WEBCON BPS. The other one needs some JavaScript to hijack the standard "Add new" button of the autocomplete an (...)
(...) gt; Resize image to height 500px (aspect ratio preserved) </button> </div> <script> setTimeout(() => { const canvas = document.querySelector("canvas.editable -canvas__canvas"); if (canvas) { canvas.width = 889; // native width – important for signature data canvas.height = 500; // optional: new height canvas.style.width = "889px"; (...)
The WEBCON team works tirelessly to improve the WEBCON platform. We constantly strive to fix any errors and make sure that our system always functions as intended. Every year, we publish a major version that introduces a multitude of new features. Additionally, updated builds are released at least once a month, they aim to resolve any existing issues and implement small chang
This document contains: Enterprise (Standalone) installation prerequisites, diagrams, and scaling Planning for High Availability WEBCON Databases overview and size estimation Disaster recovery scenario Good practices for system upkeep WEBCON Farm communication diagram List of Portal, SharePoint, Service, and optional components  
(...) nstallation, the appsettings.json file contains nodes corresponding to these sinks. MSSQL The default log storage for WEBCON. In a fresh installation, logs are stored in the Infrastructure.Logs table in the Configuration Database. Like other sinks and exporters, this is fully configurable. It is possible (and recommended for larger systems) to store logs in a separate dedicated MSSQL database. (...)
(...) // Map functionality uses Leaflet (https://leafletjs.com) // Map tiles by OpenStreetMap contributors — https://www.openstreetmap.org/copyright Uses Leaflet.js v1.7.1 (2020). Current stable : v1.9.4 (2023). For CDN usage, SRI/Integrity is recommended. <meta charset="UTF-8"> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" /> &l (...)
Applies to version: 2022 R1 and above; author: Konrad Krawczyk Related documentation A detailed description of the functionalities mentioned in this article and their configuration can be found in the following articles: Integrating MS Teams with MS Graph – WEBCON COMMUNITY OAuth2 Authentication form field – application examples – WEBCON COMMUNITY Send
(...) ity Data is retrieved via User Defined APIs, which are custom API endpoints configured within the platform. These endpoints execute predefined SQL queries and expose selected internal system table s as structured JSON responses. Three User Defined APIs were prepared for the purpose of providing data displayed on the dashboard: AI Agents—returns a list of all AI Agents (...)
(...) strumentation As mentioned, WEBCON BPS supports two OpenTelemetry pillars, i.e. Tracing and Metrics. This also involves support for a number of modules that can be used in the configuration. The table s below contain information on supported instrumentation for both aforementioned pillars. Tracing Module’s name Remarks (...)
(...) platform are prefixed with a dedicated namespace webcon. This ensures that system-specific elements are unified and clearly separated from standard names. Changes to trace naming The table below presents a summary of changes in trace naming. The 2026 R1 column indicates the name used in platform versions 2026 R1 and earlier. The 2026 R2 column shows the name used starting from version (...)
(...) ated application group, application, process and workflow. Next there are all columns of the excecution statistics of the cycle And last all columns of the cycle itself To get this table accessible in the portal one can create a process with a data table field associated to this MSSQL data source. Go to the Workflow Designer and just delete all paths, the end step and the phases exec (...)
(...) ith SharePoint Online that complies with Microsoft standards. Proper configuration of the application in Microsoft Entra ID, along with the appropriate selection of permissions, is essential for the stable and reliable operation of this connection in the WEBCON environment.
(...) regular expression can be provided to narrow down the filtering, for example to files with the .pdf extension. SQL – in this case, complete the field with an SQL query to the WFDataAttachmets table . The query should return the identifiers of the attachments intended for signature. Fig. 10. Attachment selection SELECT ATT_ID FROM WFDataAttachmets WHERE (...)
Applies to version: 2026.1.6 and above; author: Grzegorz Straś Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: MCP Servers API Definitions Introduction The application configuration now includes the ability to run MCP (Model Context Proto
Applies to version: 2025 R1 and above; author: Lily Adamowicz, Kacper Świętek Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Getting started Dictionary process Getting started This article presents an example of a simple process that supports M
(...) d square, orange triangle and green circle. In addition there was the question if it would be possible to provide a tooltip what each icon indicates. I've currently added an explanation above a data table but this won't help in a report. Therefore it would be good if we could provide an explanation in addition to the indicator value. While I'm wishing, supporting multiple language would be good too. : (...)
(...) in all environments. But the functionality o Word templates are very simple. It's now enough flexible for control conditions for hide, show etc. information's. For example: You can not show header of table , but empty row is always. In HTML you can control this. Adding using GUID in HTML templates give the more flexible possibility to build templates witch information
(...) here how understands power query? I got a task to retrieve data from a BPS report in excel to use it for additional analysis. I was able to retrieve the data but transforming the json response to a table is beyond me. Just in case there's someone who would be able to do it but doesn't know how to retrieve the data I add the logic below which can be put into the advanced editor. You need to create an (...)
(...) as in the image attached), where i am able to add as many rows as i need. One to define a name of the form field (text) and another to pick from my workflow fields. I found some classes like ConfigEditable Grid, ConfigEditable GridColumn in the SDK, but I'm missing samples how to use them. Does anybody have experience with this type of configuration?
(...) ive or positive. I thought about using the advanced settings, but I have no idea how. Documentation: You can also define the path dynamically. To do this, select Use advanced settings and create a suitable SQL query in the Advanced path choice field. When is this executed? a) When the first sub-workflow is started b) When one sub-workflow finishes c) When all sub-workflows are in state finished Verif (...)