WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for steps

(...) abase. To execute such an action cyclically, you can use the approach described at the end of this article. A sample action is placed in the automation under the Menu button in one of the workflow steps : Fig. 1. Action context (menu button)   No credentials have been entered in the action configuration, so the script is run in the context of the account that runs the Workflow Servi (...)

(...) Communication Services The first step to enable sending SMS notifications from WEBCON BPS is to create and configure a Communication Services resource in Microsoft Azure. To do this, follow these steps : Quickstart - Create and manage resources in Azure Communication Services - An Azure Communication Services quickstart | Microsoft Learn. Open the page of the newly created Communication Services re (...)

(...) process. Therefore, changing the name of the WEBCON BPS server will prevent the components from working correctly and will require configuration changes to the environment. This article lists the steps that must be taken to ensure that the system works correctly when the application server needs to be renamed. In the examples shown in this article, the machine name has been changed from “W (...)

(...) p menu or context menu of the main global automation tree.     Once the location of the .bpa file is specified, the Automation configuration import wizard is launched. The import steps are described below.   1. Information This step displays basic information about the imported automation – its name and description. This information is editable. (To proceed to t (...)

(...) | WEBCON BPS Form | WEBCON BPS   Introduction Version 2025 R1 of WEBCON BPS introduced two new functionalities: Workflow phases and Workflow actors, which aim to visually divide the steps and tasks assigned to them according to the stages of execution (phases) and the people responsible for their completion (actors). Together, these functionalities create an additional layer of visual (...)

(...)   Translating multilingual fields In Portal, it is now possible to use AI to translate individual text fields related to process configuration elements, such as the names of form fields, steps , and paths in the Process design, as well as the names of reports, their columns and views, and the names of dashboards and their widgets. This means that you can use the functionality for all fields (...)

(...) a powerful solution for scenarios requiring application isolation, customized authentication, and a simple interface for external users. The entire configuration process consists of just a few simple steps . This allows you to easily separate selected applications, providing users with an intuitive, secure, and personalized working environment.

(...) t access with an SMS code” - what does it mean when sending a document? You should also include a technical text field named Document ID from Autenti, which is essential for the subsequent steps of the process. This field stores the document ID (GUID) assigned by the Autenti system upon successful saving in its database. According to the Autenti REST API documentation, you need to verify (...)

(...) the user full control over the appearance and logic 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 in Portal and Designer Studio, the actual configuration takes place exclusively in the former. Therefore, this article focuses on configuration in Portal. (...)

(...) s: timer-based actions, cyclical actions, handling of HotFolders and HotMailBoxes (monitoring, starting instances, attaching to instances based on barcodes), default path transitions from steps such as Text layer, OCR AI, and OCR AI Learn, path transitions triggered by the MailApproval feature. By default, the limit is set to 120 seconds, but it can be adjusted in the Designer Studio (...)

(...) ty and authentication configuration it is necessary to buy a PSU server license for productional use. A nice tutorial playlist can be found on YouTube here. The first four videos describe all steps it needs to get a great overview and all for the setup of PSU. Don't forget to allow in the local firewall incoming request to the TCP port (default port is 5000) from your WEBCON (...)

(...) ggered. Since the visible JavaScript button is part of the DownScaler code, make sure to deactivate the JavaScript after this step to prevent the save button from being incorrectly displayed in later steps , which may lead to faulty behavior.   #{FLD:10523}#  =  Picture field: [Picture (max. 5000 KB)] #{PH:2526}#  =  Path: [HIDDEN: Save Picture after JS downscaling] (...)

(...) ication Hub functionality in version 2025 R2. As a result, keeping two environments for this purpose has become unnecessary and merging them is now preferable.   This article describes the steps that should be taken to merge two WEBCON BPS environments, thereby transferring business applications along with their created documents, histories, and attachments.   NOTE: The environmen (...)

(...) Whenever I create a new step in the designer studio, I need to add a path too. The only steps which don't need at least one path are the final paths, which may have already been created by the wizard. So it would save a little bit of time for everyone if there would already be a path. :) Daniel

(...) iguration for tasks * possibility to define reminder templates:list of reminders: WHO, WHEN, MESSAGE, channel (email, sms, other ?) * you can attach reminder templates to each type of tasks (workflow steps ) 2. Add escalation configuration for tasks * possibility to define escalation actions. Good to define escalation templates, list of: WHEN, WHO (roles, managers), MESSAGE, CHANNEL you can attach esca (...)

(...) e views. For example if we have a report containing all our invoices and views for "factual check", "financing check" and "accounting step" plus a report for all our contract based payments and the steps "financing check", "paid", "not paid" which use different fields and need to be kept in a different report - it might look like this: + Invoices My Tasks (17) My Invoices (120) Factua (...)

(...) /desktop I guess that this liteModel must be available via javascript. I'm wondering, because there is this form from the offical 2021 release paper (see below) with the nicely presented workflow steps on top of it. And I believe that this a Html-Field with some javascript. Does anybody know how to get to this data?

(...) ull then '' Else convert(varchar(20),WFH_LeaveCurrentStepDate,113) END as Left_Step_at, TRans_name, STP_TypeId, WFH_LeaveCurrentStepDate, 1 as SortCategory FROM WFHistoryElements left outer join WFsteps on WFH_STPID = STP_ID left outer join Translates on STP_ID = TRANS_ELEMID and TRANS_OBJID = 5 and trans_lanid = (select TOP 1 LAN_ID from TranslateLanguages where substring(LAN_Name,0,2) = substri (...)

(...) sc, create_date, modify_date, 'Alter schema dbo transfer ['+SCHEMA_NAME(schema_id) +'].'+name from sys.objects where SCHEMA_NAME(schema_id) not in ('dbo','sys') I did this in two steps so that I can verify what will be changed. Best regards, Daniel

(...) have one question, because it is not obvieus to me. When I set an infinite timeout somewhere in a step in the beginning of the process - does the timeout stop when the process reaches one of the end steps , or does it go on and on an on? ;-)