(...) Applies to version: 2020.1.x and above; author: Tomasz Słuszniak One of the methods to start a bpm workflow in WEBCON BPS is to use REST API BPS. It can be especially useful in situations such as: Data exchange between different WEBCON BPS instances – e.g., there is an internal application for your organization and a public application available for your clients. Data (...)
(...) Applies to version: 2020.1.x; author: Marcin Wołosz Introduction Authentication Use of REST API Summary Introduction The WEBCON 2019 version introduced the possibility of using REST API technology to create programming integration solutions with the system. The REST API provides full support and allows you to start new workflow instances, t (...)
(...) add support for more field types, I didn't want to define the test data for each step and field type on my own. Therefore, I focused this time on generating the form data using the REST API . After all, we already have the workflow steps, field, and field matrix, why should we define this again for Playwright? :) What has happened: I focused on PowerShell this time for accessing (...)
(...) fic environments or a lack of appropriate privileges. With the 2024 R1 release, functionality was introduced that allows application import operations to be automated and executed using the public API in Portal. This article describes this functionality and all accompanying system changes. Application for automatic import The introduction of the functionality involved the preparati (...)
(...) External content by Daniel Krüger; July 15, 2024 ; The original post has appeared on daniels-notes.de WEBCON BPS 2024 added a public API to import applications. WEBCON made this easy by providing a command line utility which is described in the knowledge base article Importing applications using the public API : Since I want to use the API in another use case I needed to play aroun (...)
External content by Daniel Krüger; January 24, 2025 ; The original post has appeared on daniels-notes.de I wasted quite a lot of time when setting up an App registration to upload documents to SharePoint using REST actions in WEBCON. Since WEBCON BPS 2025 does not support certificate authentication I had to persuade SharePoint to allow Client id/secret authentication.
(...) Applies to version: 2025 R2 and above; author: Jacek Język Related documentation API definitions | WEBCON BPS Introduction In the world of modern business processes, the integration of different systems has become a key element for the effective operation of an organization. WEBCON BPS has been providing advanced capabilities in this regard for years through its s (...)
(...) | PowerShell Universal (Per Server $499,99 containing 1 year of Updates and Support) One of the features enables one to centralize all PowerShell scripts in this plattform and to create REST API endpoints for individual scripts. As WEBCON supports input and output parameters in the action "Invoke REST Web service" one can use this to call PowerShell scripts. The free version o (...)
(...) External content by Daniel Krüger; May 30, 2026; The original post has appeared on daniels-notes.de User Defined API s 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 API s can be called from JavaScript in forms and dashb (...)
(...) 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 API s 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 it i (...)
(...) xternal 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 API s offers a more targeted alternative. It supports starting instances, (...)
(...) er; 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 API s fills a different niche: it accepts input parameters, runs a full automation, and returns a response in a single POST request. Th (...)
External content by Daniel Krüger; July 20, 2024; The original post has appeared on daniels-notes.de Should we import applications via an application instead of the Designer Studio? In my opinion yes. But this is mainly influenced from a partner perspective who has to deploy the same process to multiple customers who require that these kind of things are documented. Wh
(...) Hello! Is there anyone who could help me figure out how to call an external REST API from behind a corporate proxy? I manage to successfully call it using Postman application installed on the server where Webcon is installed. However, when the same call is made 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 (...)
(...) When adding or updating elements via Rest API , for picker fields it is required to provide Id and name. Quite often the name is known, but not the id. As picker fields are usually based on datasources, it would by great, when the API would be extended with methods to query datasources. There should be at least two methods: 1) getting a list of all available datasources (overall / by application) (...)
Hello everyone! Have u stumble upon this error when u make a request through the action and map the body on a field? In the body field as mentioned in the picture should be the body , the json but, is shown the type of collection ( System.Collections.Generic.Dictionary`2[System.String,System.Object] )
(...) Hi all! Does anyone configured a start worflow in sharepoint using an API ? I've following the tutorial video (https://www.youtube.com/watch?v=C3hC1fAjvAk) to start a subworkflow using MS Flow (now called Power Automate) but when I need to configure the Get Token Action I only have the options in the picture and they are premium. Anyone with ideas? Using the json in the column of the item (...)
In WEBCON the development is so fast and agile that it started to create bottlenecks in the deployment activity. We are using Azure DevOps and it would be great if some kind of pipeline could be created in order to start and deploy things in an automated manner.
(...) t i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest API i receive an "invalid scope" exception. Seems that the rest API is only working with registered apps. Would be super cool having the possibility to grant permissions for using the rest API als (...)
(...) Hello, just struggeling with setting up the REST API to create new elements from external app. It works fine in application context but I do not find a suitable guide on how to do this in user context. Do I have to enter the username and user e-mail-address in the mask as I assume? What is the "Authorized Redirect URIs" good for and where do I get this from? And: What is the main purpose (...)