(...) the reports quickpath functionality works (because it seemed to work multithreading) and we have notticed that it uses JS to send async all the instances via the API. So we are now using the API via SDK in order to start all tose subworkfols for generating word templates. The API is doing all the work multithreading and much faster than the builtin actions.
(...) Im trying to construct a Workflow using GDPR settings. For the data to be stored im using personal data dictionary. How to configure external data sources and how to configure the SDK actions to search into the data sources.
(...) esn’t actively express this wish. In addition, these use cases would get some tags, for example so that you could get all use cases by industry. Besides these use cases, I would add a section for “SDK actions”. This could be links /descriptions to SDK s provided on GitHub or whatever source. Another side effect could be that we could do a little diagram how many companies have implemented 1-5, 5-1 (...)
(...) Hi community! Is anyone trying to write your own SDK based on Webcon 2022 Exstensions on MacOS? I wanted to try on my private macbook but when i downloaded extension, it appeard in .vsix format. It turned out that Visual studio can't read this format of file. I downloaded this from official Microsoft marketplace. I can't find it inside VS marketplace in 'extension for download' after launch applica (...)
(...) I think this has something to do with content-type or encoding, but I can't figure out, how to get the raw content. Is there even a way to do this with standard action or do we have to implement a SDK action for this (e.g. call REST service and add file as an attachment). Would be nice, if anyone could point me into the right direction. Thanks a lot in advance, Nik
(...) n 2021.1.5.292 to 2022.1.4.297. While preparing for the update, I receive a message that there are no components installed: 1. "ASP.NET Core 6 Hosting Bundle" 2. ".NET 6" What versions to install (SDK , Runtime), where to download them? So that there are no problems with the operation of the platform and that I can update it?
(...) Hi there I am working with webcon for several years now , yet I still have some basic problems I cannot seem to wrap my head around: scenario: I added the docusign SDK and have docs sent for signature. works perfectly. now during this waiting period, I want to "park" the workflows (in a system step) and have them automatically check if the corresponding docs are signed. the status check wo (...)
(...) We have problems with the different runtime environments of the WBCON Workflow Service (under .NET Framework) and the WEBCON BPS Portal (under .NET Core) and System.Data.ODBC. I have developed an SDK plugin that integrates the NuGet package System.Data.ODBC to access ODBC data sources. The target runtime environment of the plugin package is .NET Standard 2.0, so that the plugins can be execute (...)
(...) Hello Everyone I have to change SDK Custom Action class (not my code) from version 2019 to 2021. In old CustomAction was used HostingEnvironment.Impersonate() and I have also used this in 2021 version, but it generates error: Method not found: 'WebCon.WorkFlow.SDK .Documents.Model.Base.ReadOnlyEntitiesCollection`1 WebCon.WorkFlow.SDK .Documents.Model.NewDocumentData.get_TextFields()'. System.Miss (...)
(...) ied electronic signature SMS authentication and Unlock document by SMS are impossible for me to configure, what ever I do (even just adding form fields to configuration), I get: WebCon.WorkFlow.SDK .Exceptions.SDK KeyNotFoundException: Specified id:280 does not exist at WebCon.WorkFlow.SDK .Documents.Model.Base.ReadOnlyItemsCollection`1.GetByID(Int32 id) at WebCon.BpsExt.Signing.Autenti.Cu (...)
(...) HI Everyone, I see that you're using a SDK action to delete rows in an item list. I'm following Daniel's post to add the pluggin in Webcon but I'm having some errors while importing the zip file. What SDK pluggin you're using? Thank you all https://github.com/Daniel-Krueger/webcon_cclsactions/releases
(...) S Excel file with estimated 500 rows. I want to attach sheet to attachments section and start workflow by path or button on menu bar with starting workflow action. Is any way to do it without special SDK customization? Subworkflows should have data from in excel sheet. Every workflow contains one row.
(...) layer data to the form field and then send it via API to the AI. My issue is how to do the middle part, which is saving the entire text layer data to the form field. Have any of you heard about an SDK able to do that? Or can you help me with some practical examples? Maybe a PowerShell script?
(...) Hi, is it possible to do it via javascript is the main question. i know that this could be done via SDK (c#) and there is already an example guide of it on the forum, but i was wondering would it be possible to create a parser in javascript, that can be loaded maybe by the hotfolders option ?
(...) Hi, in BPS 2024 an option was added to the license that customers can use SDK s provided by partners without an SDK license. This is made possible by providing the public key which is then somehow integrated to the license. I'm wondering whether it would be possible to also integrate the WEBCON and partner Microsoft Entra Id domain names. During the license check for the current user, it could b (...)
(...) have no trigger, to update this workflow when a new attachment is added. A user could just add an attachment. It's not necessary to save the instance. Really complicated and error prone. - Create an SDK which returns the base64 values, which is used in a business rule, which in turn is used in the data table. The question is, whether this will work in a multi tenant environment and whether I won't r (...)
(...) ution that all most meets our needs. Like many other organizations, we handle sensitive data that should not be stored in plain text in the SQL database. To address this, we've developed a simple SDK -based customization of a form field that displays the field value on the form, but stores it in an encrypted format in the database. Unfortunately – and to our disappointment – field-level access (...)
(...) ane cannot be reserved by two instances for overlapping time ranges Question: What is the recommended approach in WEBCON BPS to implement cross-instance validation? I tried Custom Action SDK , but it works only on the current instance. Thanks.
(...) ce to have some additional information for the requirements in the system verification step of the installer: - A link or hint that explains how to install the Dynamic Compression Module - .NET 9 SDK (x64) instead of only .NET 9 and an additional download link - Download links for ASPNET Core 9 Hosting Bundle, .NET Framework and WebView2 Another way could be an extra page in the docs with exp (...)
(...) Hi, I'm currently trying to figure out a way to filter a Custom data source with an "dynamic" filter. Here's a rough overview: #Custom data source I've created an SDK of type data source which prepares the data #Filter I have a filter value which is dynamic for a given workflow instance. Here are two examples: {COLUMN:ID#ID} in ('KHL_030','KHL_020') {COLUMN:ID#ID} in ('KHL_001','KHL_0 (...)