I recently noticed a problem with sending emails from my environment. The most likely cause was the wrong password for the application pool account. I see a lot of entries in the WFMails table with a status of 0. I do not want all outstanding e-mail notifications to go out after changing the passwor
I noticed that the system loses the preview of the graphical scheme that I generate from Designer Studio. Most often, the file is not available after re-saving the configuration or the next day. Do you have that too? My BPS version: 2022.1.4.207.
Hello, in the "Absences" application I have two processes: Employee file, Holiday request. I wanted to ask you, how do you organize data sources for such a process? 1. Should the source of data be an employee's file with a list of items that reflects holiday leave limits? In this case, each
1. Accounts are domain and visible in the Cache Organization Structure table. Domain accounts only have different OUs to user accounts. 2. I'll check it and let you know.
The proposed solution works fine. Thank you very much.
Hi, I'm having trouble converting the contents of an attachment to BASE64. On the system step I have a TimeOut that calls the transition path after a minute. In the traversal path, I have an action that calls a web service. The frame uses a business rule to convert the content of the attachment t
Hi, is it possible to manage colors in the graphic - Gantt chart? My "holiday schedule" data source retrieves data from two processes (remote work at the initiative of the employee and occasional remote work). By inserting the source into the process, all elements are marked with the same color.
My point is that any use of the Data Source Value will be problematic for the data source, which is the dictionary process (filter).
Yes, it works for the existing setup. However, creating new business rules is troublesome.
Hi, After updating BPS to version 2022.1.4.111, I can't see the data source columns for dictionary processes. This applies to creating filters. Fixed value lists do not have this problem. What is causing this problem or change in behavior?
Hi, When generating documentation from a process, I am getting the following error. What can it result from? Message=Value cannot be null. Parameter name: text Source=Aspose.Words StackTrace= at Aspose.Words.DocumentBuilder.(String , Boolean ) at WebCon.WorkFlow.Studio.Logic.Manage
Hi, In fact, after marking a non-working day for a given calendar year, the Calendars database table is updated immediately. This immediately affects your vacation schedule. SELECT TOP (1000) [CAL_ID] ,[CAL_TSInsert] ,[CAL_TSUpdate] ,[CAL_RowVersion] ,[CAL_IsDeleted
Hi, you can use the action - execute the SQL procedure. In the configuration, you can trigger the query: update [BPS_Content]. [dbo]. [WFElements] SET [WFD_Description] = NULL WHERE WFD_ID = {WFD_ID} In this case, all comments associated with the item will be deleted. The comments a
Currently selection attributes, such as picker, poll the database in such a way that LIKEs are always placed in the WHERE clause. The data that the database returns are then filtered according to the picker configuration (exact match, contains phrase, starts with). In my company, we collect custo