(...) sp; Note: Creating a file with a global automation definition will not be possible if it contains references to another Global automation, Global business rules, Global constants, Data sources, or SDK plugins. In this case, an appropriate message is displayed and the configuration of the exported automation must be modified. If the automation definition contains references to Connections, any s (...)
(...) ticle Signing document with Autenti service. Introduction In WEBCON BPS, digital signature handling is implemented using dedicated actions developed with the Software Development Kit (SDK ). This mechanism ensures secure and seamless execution of document signing operations. Currently, the user can implement integration add-ons that enable seamless collaboration with the following exte (...)
(...) ease in the number of accesses based on the Single-Solution Access License, migrated applications may use functionalities not covered by the licenses in the target environment (e.g., OCR Framework, SDK Framework, Advanced Analytics Framework, AI Tokens). Detailed information on available licenses can be found in the article WEBCON BPS Licenses – WEBCON Community. 3 (...)
(...) ON 2026 Additional files File Description ABBYY Findreader Engine 12 1487 MB ABBYY Finereader Engine 11 876 MB SDK Migration 2026.1 The following document contains a list of changes in WEBCON 2026.1 SDK Standalone Installation Installation manual for the standard, standalone installation (...)
(...) udes all options located outside the Applications node, namely: data sources; system configuration (including configuration of form fields and global rules, HotMailBoxes, HotFolders, etc.), SDK add-in packages, reports. An advantage of Admin access is that it does not require a running license service. This enables access to Designer Studio in situations where other authentication me (...)
(...) s-icon replaced with fluent Increase of choose fields to 4000 characters Actions Review attachment actions Changed default description value of uploaded attachments SDK Migration DisplayName property is translated in SDK s
(...) nly share elements defined in system settings, data sources or plugins. Examples: - Globals -- constants -- business rules -- form rules fields -- fields - Data source -- Dictionaries -- Templates - SDK s If the export hits one of these elements no further related elements should be gathered. Best regards, Daniel
(...) /3 Unfortunately probably because of MFA I am not able to establish connection with SPO (I get error "The sign-in name or password does not match one in the Microsoft account system"). I don't have SDK purchased, therefore I won't be able to create custom action to send these files. My attachments are also greater than 4MB, so Microsoft Graph is not an option as well. Do you have any other sugges (...)
(...) the dictionary database. We query this data about 9 - 30 thousand times a day, on average one execution takes 3 seconds. After changing the polling method from like to exact match (mediated by the SDK add-on), it turned out that the previous elapsed max of 95,000 seconds dropped to 10 seconds. This change reduced the load on the dictionary database, and thus relieved the entire database environmen (...)
(...) report by mail. This is currently in an alpha state. The business rule seems to work well but the BPS application is just in a proof of concept state. Maybe there's someone who can help me test the SDK /identify some issues. Fingers crossed, I'm going on vacation in a few days and won't be able to work on it for a while in my limited spare time. :) Once I'm satisfied with the application, I will c (...)
(...) n) and based on the attributes we want to move the file to a target workflow elements. Is there a way to do this via standard actions? I've struggled to find one and we might be required to create a SDK action to copy the file.
(...) one can be created during step 1-6 and all must be completed in step 6. If the parent workflow is not in step 4 or 6 nothing should happen to it. b) I thought about creating a Custom Action using the SDK but I didn't see an option for this. Best regards, Daniel
(...) irects to below website doesn't mention anything about such limit: https://howto.webcon.com/exporting-a-data-table-form-field-to-an-excel-file/ I am aware of alternatives such as user actions / SDK , but it is about using built-in functionality that ensures consistency and is ready to go with a single click. Tested on version 2021.1.3.205.
(...) exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and executed this in an action during path transition, exit and entry. They all returned the old row. - SDK object RunCustomActionParams.TransitionInfo.TasksToAdd is empty. I wanted to use this as an general option which can be used in an execution condition, but it seems that this general approach is not (...)
(...) Hello, I have made an SDK to accept all changes on a word attachment. Unfortunatelly, Webcon says that I do not have permissions to edit the attachment. Not only the user with which I have executed the action has full permissions, but I have set skip permission to true. Does anybody know why this error appears? I have attached some photo material. If I can give clarifications, please ask me. Best (...)
(...) he shopping basket changes we need to send (delta) reservations to an external system with a SOAP request. So far so good, this is a common scenario ;-) What we have so far: A custom action (SDK ) which builds (delta) reservation XML to be sent to external system (SOAP). If there is no change in shopping basket, we are storing an empty string to an internal field (XML content), so that upcomi (...)
(...) le. My goal now is to merge/combine both files together into one final PDF for storage. Searching online i only found this source related to my problem: https://community.webcon.com/posts/post/SDK -actions/143 ..which briefly states "Merging several PDFs into one" could be possible. Does anyone know more about this topic and could help me with that problem? Thanks in advance, Philipp
(...) er valid. Configuration after correcting the assignment WFD_AttText1Glob {690} true There was no "problem" with the following actions: Update attachment, SDK action, Change value of single field, notifications. 2. Saving report views I had to save each report view to show the new column. It was sufficient to click on the view and hit the save button. (...)
(...) Hi, Why is only one task created, and everything executes in it, when I execute the following code in a loop: args.TransitionInfo.TasksToAdd.Add(new WebCon.WorkFlow.SDK .Common.Model.NewTaskData(new WebCon.WorkFlow.SDK .Common.Model.UserInfo("webcon", "webcon"))); Best regards.
(...) global constant for Portal Url, which is used in whole application (for redirects and so on). This scenario works fine on one farm. Is it possible to find out within a businessrule (or maybe SDK rule), which BaseUrl current system has? I do not find anything in context variables, so that's why I'm asking... Thanks a lot in advance & best regards, Nik