(...) Hi, If I would like to add Custom Action then I should have one free license of WEBCON BPS SDK Freamwork? WEBCON BPS SDK Freamwork shows us how many plugin packages we can install?
(...) Hi, Could you clarify what changes were made to the SDK licenses in WEBCON 2024 and 2025? I don’t fully understand the modifications and would like to know if I need to take any additional steps regarding the license or key to sign plugins. If I’m currently using an SDK plugin developed by our in-house development team, does that mean I might not have an SDK license? Or do I need to do something with (...)
(...) Hello, I have a process, in which the "pathId" transition paths require adding comment. However, in SDK I am unable to find a way to move the document along this path due to missing comment. private async Task CancelInstance(DocumentsManager manager, int documentId, int pathId) { ___var document = await manager.GetDocumentByIdAsync(documentId); ___await document.Comment.AddCommentAsync("Adding (...)
(...) Hi, I’ve migrated the SDK from Webcon 2022 to Webcon 2025 R2. During execution, I’m getting the following error: System.PlatformNotSupportedException: This operation is not supported on .NET Standard, as Reflection.Emit is not available. The SDK connects to a SOAP endpoint. The client responsible for establishing the connection is located in a separate library(net standard 2.0). The BPS extension (...)
Hi everyone, did anyone reuse an existing connection a plugin using the ConfigEditableConnectionID attribute? When I searched for the attribute name I only found references to the automatically generated documentation. In my case I wanted to reuse a REST connection or more specific, the authentication. Best regards, Daniel
(...) he additional path validation rule and returns true - The other path marks the field as not required instead It would be great, if the value of the form field validation would be available in the SDK so that we can modify the code and not all paths where this is used. This behavior applies to 2025 R1 and R2. I have no chance to look into it,, but I think the "IsRequired" property was set to (...)
(...) Hi, I have a process that works with invoices. Each invoice contains a variable number of line items (name, price, VAT, etc.). Using an SDK , I’m retrieving these invoices from an API. Since the number of invoices and the number of line items per invoice can vary, how should I configure the SDK so that each line item is correctly mapped to a item list in the process? Is there a specific mapping metho (...)
(...) o name. as of 2026 it is the translated value for the executing user. logger.Log($"Adding sql field'{sqlField.DisplayName}' as placeholder"); This is causing us some troubles. We have a generic SDK which allows us to access all the fields of the workflow instances as placeholders. For example Description: |Description| The alternative would have been using the GUID, which may be fine in t (...)
(...) Hi all, I was following the instructions for Form field extensions: https://developer.webcon.com/docs/your-first-form-field-extension-js I got stuck at the first build step in WEBCON BPS SDK Tools, specifically here: "In order to build your Form Field Extension JS you have to select it in the appropriate dropdown in the tool and click the build button. It results in creating the BPSPKG file (...)
(...) Hi everyone, In my scenario, the user uploads an Excel file with multiple sheets. Each sheet has the same structure but contains different data. I need to create an SDK plugin that processes the file and adds entries to an item list, using the sheet name as a reference. Has anyone dealt with a similar case or can suggest the best approach/methods to handle this? Best regards!
(...) Whitepaper Business overview of features introduced in WEBCON BPS 2019 Upgrading to version 2019 Article - How to update your environment from WEBCON BPS 2017 to 2019 SDK Migration 2019.1 The following document contains a list of changes in WEBCON BPS 2019.1 SDK and API when compared to version 2017.1. SDK Migration 2019.1.3 The following document (...)
(...) pplies to version: 2020.1.x and above; author: Franciszek Sakławski Introduction In WEBCON BPS version 2020, the support for digital signatures has been enhanced by preparing plugins (SDK – Software development kit) that enable digital signing of documents. Four plugins have been prepared that allow for integration with external digital signature providers: AdobeSign (...)
(...) ocument via appropriate action personal signature applied by the user directly on the form From version 2020, the ability to make the electronic signatures in WEBCON BPS has been enhanced with SDK – dedicated plugins enabling integration with the electronic signature providers: AdobeSign Autenti DocuSign Thanks to the integration with these solutions, not only can WEBCON B (...)
(...) Applies to version: 2020.1.x and above; author: Mateusz Klos Introduction In WEBCON BPS version 2020, the support for digital signatures has been enhanced by preparing plugins (SDK – Software development kit) that enable digital signing of documents. Four plugins have been prepared that allow for integration with external digital signature providers: AdobeSign Au (...)
(...) No limit Chart No limit Google map 3 Gantt chart 2 Vacation schedule 1 Vacations summary 1 User control (SDK ) No limit Item list No limit * Survey fields share limits with other types of form fields because they are only a representation of these types of form fields. If ther (...)
(...) Call API also started the “Run subworkflow (SQL)” action which has been configured in the first example of starting workflow methods. A detailed description of REST API and WEBCON BPS SDK can be found at https://developer.webcon.com/resources/.
(...) service – a set of SOAP Web services hosted on SharePoint, responsible for handling communication from BPS Designer Studio App. This includes operations such as verifying the correct loading of SDK plugins. This component communicates with the business logic of the application. BPS Web API (SOAP) – a set of SOAP Web services hosted on SharePoint, responsible for handling requests from (...)
(...) LOC/2020/000001 For both examples, the numbering will reset on each subsequent calendar year. There is also the third more advanced method of creating instance numbers – by using the SDK plugin (this method is not described in this article). Instance number structure In WEBCON BPS Designer Studio there is the option to configure a custom instance number. In the &ldqu (...)
(...) y the client are not merged. Google API preparation The process preparation should start with the Google API configuration – see https://developers.google.com/drive/api/v3/about-SDK . First, go to https://console.developers.google.com/, log in with your Google account and select a project from the list or create a new one. Fig. 1. Google projects (...)