(...) Hello, I have an external API: GET https://domAI n.com/api/employee/GetAll I have created a process using REST API that get token, then get Employee. (START - FINISH) GetAll - Retrieve the employees list. The HTTP verb for this method is GET. When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work: Res (...)
(...) reat, if the Archive view /explore/all could be configured on a global level in Designer Studio. Maybe as a BPS internal view. This would allow us to define the system and global fields which are avAI lable for every process. For example I really would like to have the option to see/sort/filter the modified date and business entity which is currently not possible. I'm writing this post right (...)
(...) view, it would be very helpful to add the ability to add global automation error handling. By this I mean the ability to enable such an option in the global configuration and, for example, add an emAI l notification action about automation errors in the context of the whole system. In the emAI l it would be possible to use process/step variables and specify the recipients. Such a configuration (...)
(...) Hi, I have a situation where multiple users get assigned tasks on a certAI n path. The parallelism is set to Completion - All. It mostly work fine. But if certAI n users complete their task before other users do, the workflow goes into the next step, despite other user tasks not being completed. When I look at the element history, when other users finish their task, "Completion - All" and their nam (...)
(...) invoice number exists in the external database 4. Process can only be moved to Finish if all the rows have a match So this works, if I just have one row. In the control steps, For Each is not avAI lable so I will probably have to check this using SQL command? Does anyone have suggestions? Thank you
(...) y result in duplicate rows of the Item list. As I encountered the described implications, I wanted to stress this, as the current action may have changed the previous behavior. The image contAI ns an upgraded action and veterans may notice, that this is an really old workflow, from the time where there was no field mapping. The left side of the image shows the result, after the migration (...)
(...) ctly from my OneDrive folder, and everything works perfectly at this stage. However, I encounter a problem in the subsequent step of my workflow. After making modifications to the Word document, I AI m to generate a PDF from the updated file. I am using the 'Finish editing a file using OneDrive' action that i can create my pdf. If I do not make any changes to the Word file in OneDrive, the generat (...)
(...) refer to the value of another ‘Criterion’ field on the form. The data table should display the data depending on the selected criterion. Unfortunately as I change the criterion, the table sometimes fAI ls to refresh and displays the data for the previous criterion. How do I solve this problem? I don't want to use an item list filed because there is a character limit for a field of multiple lines (...)
(...) Hi, have you ever seen "Invalid form field order (name of field...)" error on mAI n form, global form template? Once it happens, it happens any time I try to reorder fields on the form, and the field names are random. Also, with this error, the order of the fields becomes random, and impossible to manage. 2022.1.4.297 Any help? Best, Rafał
(...) ld, regardless of whether 'Attribute validation' is selected on the path or not. I need advice on how to get around this problem in the case of paths such as: Reject, Reverse, where these fields contAI n random data, e.g. set via OCR - without any intervention in the fields by the user. Regards
(...) reached 65,536. Even after stopping and restarting (which reset the count to 0), it still didn't work. I had to create a new GLOBAL ACTION, deactivate the old one, and then everything worked fine agAI n. Since the cycle is set to every 15 minutes, this error will likely recur after approximately 1.87 years. Question: Could you please confirm if the maximum execution count is 65,536? USER VOI (...)
(...) I searched the site and found the latest post on AAD from 2021, and only one request for help with EntrAI D... Nobody seems to have a problem with this? Or maybe no one uses WebCon without local domAI ns? Impossible! So... How to build WebCon BPS with EntrAI D as the only source of identity? I have some ideas for preparing some business processes in a cloud environment (Azure) that will never (...)
(...) tication)? What we need here is some kind of public form for new registration of users. This form also should have path authorization, to verify a new registered user (e.g. by sending a code via emAI l). But I think this only user-related and only works with already registered users. I know there is a new feature called 'Public link', but this isn't exactly, what I am looking for, since it on (...)
(...) Administrators can configure the allowed types of attachments globally. However, there are situations, where we like to only allow certAI n content types, e.g. pdf's, that are a subset of the globally allowed attachments. Currently, the only way to restrict is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed document types. Wi (...)
(...) ubut is empty display the grouped attribute from the item list Code: select ISNULL(WFD_AttChoose5, STRING_AGG (CAST(DET_Att1 AS NVARCHAR(MAX)), ';')) from WFElements W left join WFElementDetAI ls WD on W.WFD_ID = WD.DET_WFDID group by WFD_AttChoose5 What needs to be corrected or is there no way to make it work?
(...) with lot of groups I would like to on each step put some groups on each tab to manage the order in form ... 2. Groups can be expanded and collapsed ... so in each tab I can collapse groups but the mAI n Tab with tabs unfortunately not ... because I can not put in group ... 3. In each step I need to Break global order because: - step 1 i have some groups with attributes "on top" that collected dat (...)
(...) Hi, at the moment we have to decide whether we want to send a standard or custom notification (mAI l). While some users receive only a few mAI ls this way, other receive to many and want to receive only a summary on a scheduled interval. While we can and have implement a configuration for an application on process level this is still limited and makes the automations less readable while the optio (...)
(...) the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. The default validation is applied and this validation fAI ls. In the "past" I returned a string and now it seems that an Object is expected with a "comments" array. I see no option to set "hasCustomModel" to true. The "change" function (1) has only one (...)
(...) Hello, I'm looking for help in changing the format of values stored in COS_BpsID, on my test server the user IDs are stored as UPN (user@domAI n) but on the production server the format corresponds to samAcoutName (domAI n\name). How can i change my production configuration to match UPN format? Thanks in advance
(...) rodzica', pa.ATT_IsDeleted as 'Czy załącznik rodzica skasowany', pa.ATT_Attribute1 as 'Kategoria załącznika rodzica', pa.ATT_FileType as 'Rozszerzenie rodzica' FROM WFElementDetAI ls e JOIN WFDataAttachmets a ON CAST(a.ATT_ID AS VARCHAR(1000)) = e.DET_Att2 JOIN WFElementDetAI ls p ON p.DET_WFDID = e.DET_WFDID AND p.DET_WFCONID = e.DET_WFCONID -- Adjust this join ba (...)