(...) is to configure it in IIS Manager, where you need to select Application Pools in the left panel and then create a new application pool. You can give it any name you like. Fig. 4. Dialog box of the created application pool In the advanced configuration of the created pool you should update the data of the account under which the pool operates. In the field shown in Fig. (...)
(...) I features it offers. While playing around with them I soon got annoyed that the save button on the dashboard wasn’t visible. This sparked the idea to introduce hotkeys to WEBCON BPS. In my blog post you will find details but in general there are hotkeys for Save / Apply actions Edit actions Cancel action Open the workflow instance from the preview Go to the history Yo (...)
(...) and the configuration of the exported automation must be modified. If the automation definition contains references to Connections, any sensitive data present in their configuration, such as user log ins and passwords, client secrets, etc., will be removed during export. Loading an automation definition from a file To import the "Automated company fleet management" automa (...)
(...) u should always create a dedicated field which can also be a global field. The reasons for this are; Information is out of context Will someone create the workflow for someone else Business log ic I explained these reasons in this post.
(...) a mechanism that allows any WEBCON application to be made available under an independent URL, which is a subdomain of the main portal. This gives you full control over what end users see and how they log in, while maintaining the benefits of centralized platform administration. When to Use the Application Hub It is worth implementing the Application Hub whenever there is a need to is (...)
(...) ation of the App context type. This type of application is designed for communication between services and does not require user interaction. When creating the application, specify its name, a unique log in in UPN format, and an email address. Once the application is saved, the system will generate a Client ID and allow you to generate a Client Secret, which should be kept safe as it will not be possi (...)
(...) a simple form rule to the desired process. Example: Rule Name: FR - FormIsDirty Check and set not dirty Edit mode: JavaScript mode JavaScript code snippet: //Switch for console.log output const isDebug = false function resetIsDirtyInSessionStorage(key = 'WebconBPS_FormIsDirty') { //Get sessionStorage item const raw = sessionStorage.getItem(key); if (!raw) return; (...)
(...) assigned the Approver role. The final section in the SDK action configuration is Plugin properties, where you set the action’s parameters related to the system workflow and log ic. Fig. 11. Plugin properties { "classifiers" : [ "CHALLENGE_CLASSIFIER-UNIQUE_TYPE:ACTION_SELECTION" ], "attributes" : { "selectedIds" : (...)
(...) rs actions that enable the management of users and groups. The application created for the purpose of this article consists of several processes that provide comprehensive management of the AD catalog . Manage users The diagram below illustrates the user management workflow: The workflow allows for creating new accounts, making changes, deleting, and disabling exist (...)
(...) dgets can be freely moved, resized, and arranged without losing visual consistency. The drag & drop method makes the design process intuitive, giving the user full control over the appearance and log ic of component placement. This solution greatly simplifies the creation of attractive, functional, and ergonomic interfaces. Design in 5 Steps Although a dashboard can be created both (...)
(...) that two actions in the path transition automation were completed successfully, but the third one failed. This caused a rollback and prevented the instance from being saved. Fig. 5. log s of the interrupted automation in the instance History In the log s for “Action 3”, the reason for the failure is clearly indicated: "Execution time exceeded." (...)
(...) sp; The original post has appeared on daniels-notes.de In my latest post I covered my personal No-Go's and their alternatives when using WEBCON BPS. The topics are: Fixed item lists and log ic Dictionary data sources SQL Queries Always add a filter for the company Use order by, when using Top Build-in Users business rules Using the author field You can read up (...)
(...) ) { $summand1 = [int]$summand1 $summand2 = [int]$summand2 #Add both summands $sum = $summand1 + $summand2 if ($summand3) { $sum += [int]$summand3 $log = "Addition of the integers '$summand1' and '$summand2' and '$summand3' gives sum '$sum'." } else { $log = "Addition of the integers '$summand1' and '$summand2' gives sum '$sum'." (...)
(...) eated. 6. Granting permissions to restored databases For the WEBCON BPS platform to function properly, the account specified during installation as the Database owner (a dedicated SQL log in or the domain account of the application pool) must have db_owner permissions for all environment databases. After recreating the source databases on the target SQL Server instance, these permis (...)
(...) rCase() === 'z'; if(isUndo){ e.preventDefault(); doUndo(lastActiveCanvas); } }); // --- prevent double injection --- if (window.__signaturePatchedV3) { console.log ('[signature-tools] already patched'); return; } window.__signaturePatchedV3 = true; // --- enforce color+width and capture undo before each stroke --- const origStroke = CanvasRend (...)
(...) of new features. Additionally, updated builds are released at least once a month, they aim to resolve any existing issues and implement small changes. These small changes can be tracked via our changelog (available at the bottom of this page), which compiles a list of all modifications made to a major version over its lifecycle. Our latest major release is 2026.1 &nda (...)
(...) ders|WEBCON BPS WEBCON BPS Designer Studio privileges – WEBCON BPS COMMUNITY Introduction Admin access is an authentication provider introduced in WEBCON BPS 2023. The changelog for this version states that it can be used to complete the configuration of the environment after installation or to log into Designer Studio in case of a failure. The purpose of this a (...)
(...) oject team members. NOTE: Detailed information on creating teams using Microsoft Graph is included in the article Integrating MS Teams with MS Graph, available on the WEBCON technical blog . Business case In a sample workflow in which IT projects are approved, once a decision to proceed with a project is made, a notification is automatically sent to the appropriate Micro (...)
(...) ased on the interpretation of user descriptions in natural language. It enables you to quickly translate concepts or requirements into a preliminary workflow structure that includes steps, paths, and log ic. This significantly reduces the time needed to prepare the first version of the process and supports analysts and designers in improving the model. Business case: Cost invoice registra (...)
(...) ng-running tasks and react promptly. Execution history Administrators can use the Inspect action button to check detailed execution data, including the AI Agent’s decision log ic and processing context: Fig.2. AI Processing Inspector Technical architecture The solution is implemented as a lightweight, client-side visualization laye (...)