(...) Related documentation A detailed description of the functionalities mentioned in this article, along with their configuration, can be found in the following articles: HTTP s://community.webcon.com/posts/post/opentelemetry-in-webcon-bps/403/3 HTTP s://community.webcon.com/posts/post/opentelemetry-in-webcon-2026-r1/596/3 Introduction Starting from ver (...)
External content by Sébastien Anselment, March, 2026 In workflow's global actions one can add automations that get executed "on start (cyclical)". It's hard to keep an overview of all workflows with such automations through all application groups, applications, processes and workflows. To get an overview one can create an MSSQL data query with the current database
(...) Introduction Publishing a .NET application behind a reverse proxy is one of the most common deployment scenarios. In this model, the end user communicates exclusively with a public HTTP S endpoint, while traffic is then forwarded to the application layer running inside the infrastructure. This publication model separates the entry layer from the application itself, simplifies certifi (...)
Applies to version: 2026.1.6 and above; author: Lily Adamowicz, Adrian Baszak Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: AI Concierge AI Implementation Guide Getting started AI Concierge extends the way users interact with the Porta
Applies to version: 2025.2.1.348 and above; author: Tomasz Błach Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: SharePoint Site Collection OAuth2 Authentication Microsoft Entra ID Introduction Due to Microsoft discontinuing suppo
(...) 7. Second REST Web Service connection In the connection configuration, provide the following URLs: For the test environment: authorization service URL – HTTP s://api.accept.autenti.net/api/v2/auth/token , base service instance URL – HTTP s://api.accept.autenti.net/api/v2 . For the production environment: (...)
External content by Daniel Krüger; May 10, 2026; The original post has appeared on daniels-notes.de When a WEBCON BPS environment goes offline for an update, users opening the portal see a generic IIS error with no context. A dedicated maintenance page tells them what is happening, when the system will return, and who to contact. The solution consists of a PowerShell script tha
External content by Daniel Krüger; May 16, 2026; The original post has appeared on daniels-notes.de Deleting an attachment in WEBCON BPS through the portal or an automation only flags the record as deleted. The binary content remains in the database, consuming disk space and staying accessible through the workflow history. There is no built-in mechanism to clean this up: Dele
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
External content by Daniel Krüger; May 30, 2026; The original post has appeared on daniels-notes.de User Defined APIs in WEBCON are more than just another way to reach the Public API. They solve a real problem for integrations built inside the Portal itself. The core advantage is authentication. By using the current user session, these APIs can be called from JavaScript in forms and da
External content by Daniel Krüger; June 14, 2026; The original post appeared on daniels-notes.de The 'Get data from data source' running mode of User Defined APIs lets you: expose any existing data source as a REST endpoint provide friendly names JSON conversion is handled automatically user privileges are applied when using BPS internal views. Before relying on i
External content by Daniel Krüger; June 14, 2026; The original post has appeared on daniels-notes.de When you need to interact with specific workflow instances from outside WEBCON, the Public API works but requires detailed knowledge of internal structures. The Actions on a workflow instance running mode in User Defined APIs offers a more targeted alternative. It supports starting instanc
External content by Daniel Krüger; June 14, 2026; The original post has appeared on daniels-notes.de Triggering WEBCON logic from outside the system has traditionally meant starting a workflow instance via the Public API. The "Execute automation" running mode in User Defined APIs fills a different niche: it accepts input parameters, runs a full automation, and returns
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
(...) styles could be defined in the new html-field (for every process we would have to define it again) or much better, let it define in the themes editor! Update 06.04.2021 Apparently is now in back-log HTTP s://community.webcon.com/forum/thread/404/15
(...) rmatting, no options to use existing variables Why do I think that this would be mandatory? The path example of advanced colouring will just break on transporting the report to another environment: HTTP s://community.webcon.com/community.webcon.com/public/posts/post/advanced-cell-coloring-in-reports/18 This is just a simple example and I have more in mind. While I can workaround for some variables (...)
(...) rt was returned but without rows without impersonation. I even granted the APP business administrator privileges without success. Using impersonation worked though. Regards, Daniel let api_url = "HTTP ://*.cosmoconsult.com", token_path = "/api/login", Content = "{'clientId':'4c01c4fb-9b82-4912-b410-5e54ef352e2b','clientSecret':'*','impersonation': { 'login': '*' } }", Token_Response = Js (...)
(...) In the release notes of WEBCON BPS 2021 the new option of using the openid authentication flow is mentioned. However, i did not find an option to use this authentication when calling Rest API's. HTTP s://webcon.com/wp-content/uploads/2020/12/WEBCON-BPS-2021-New-Release-Overview.pdf Did i miss something or is it not yet released?
(...) e from Webcon, it doesn't work. I'm using the POST method of the "Invoke REST Web service" action on a menu button. If I enable "Use proxy" in System settings I get the following error: Request Url: HTTP s://test.findynamic.com/iris/credit-card/api/buyers Response Code: MethodNotAllowed (405) Exceptions: Rest service call failed. HTTP code MethodNotAllowed (405). Inspect log to get more information. (...)
(...) Does anyone know if it's possible to show data not present in an application on the report? I have read the article about calculated columns (HTTP s://community.webcon.com/posts/post/using-calculated-columns/196/3) but that's not my case. What I would like to do is join the items from the report to a table in a different database (on the same server) or to an existing MSSQL data source. In many proce (...)