(...) 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 (...)
(...) 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? ;-)
(...) e and Webcon? I have all the documentation on the Webcon side for the REST API but I'm finding some difficulties on the Sales Force side as I'm not sure on where and how to configure the necessary steps to get the connection between the 2 systems. Thank you all for the attention!
(...) Is there a way to lock a specific item row for a list item at specific steps ? I have a 4 row "table" and I need to make sure each row can only be edited in it's respective "phase" (step)
(...) Hi there, by using the Designer Desk in 2021.1.3.205 our user made the mistake to use multiple START steps while designing a workflow for us. Also it is not possiple to save this work, it would be better, if the user gets an error message, if he/she wants to place another START STEP or it doesnt work at all (like in the Designer Studio). Bye, Bjoern Poller
(...) the moment a query on two tables (UNION) which has an inner join on another table. The speed is not really breathtaking, thus I wanted to use a stored procedure where I can perform all the timetaking steps already on the SQL server. Regards Klaus
(...) lays all actions which aren't logged. Maybe for a reason or due to some misconfiguration: SELECT AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name, ACT_Name FROM [dbo].[WFActions] actions join WFsteps on ACT_STPID = STP_ID join WorkFlows on STP_WFID = WF_ID join WFDefinitions on WF_WFDEFID = DEF_ID join WFApplications on DEF_APPID = APP_ID join WFApplicationsGroups on APP_AGRID = AGR_ID whe (...)