Hi! is there a way to sort the steps in the KPI report by their order in the workflow? The current alpha-sort makes no sense, imho. (in a different workflow wie use numbers in the steps... like 100 Start, 120 Approval,... but thats only a dirty workaround) Kind regards Ernst
Hi, I want to send attachments from the WebCon system as email messages, specifically PDF files. Is there an option in WebCon to add a password to such a PDF file, so that opening the file would require entering a password?
In BPS 2023.1.3.202 version I started getting frequent warnings like the one below. What is the reason for this? FirebaseAdmin Category: Exception Role: MobilePushNotifications FirebaseAdmin.Messaging.FirebaseMessagingException: Unknown error while making a remote service call: Response status code does not indicate success: 404 (Not Found). ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found). ---> Google.GoogleApiException: <!DOCTYPE (...)
Hi all! I am trying out the new user defined API in 2025 R2. I have a client application with application context and added the scope App.UserDefAPI.ReadWrite.All (according to documentation this is necessary to get access to endpoint with automation). In addition the REST API client is application admin, can start new workflows and so on... What I am trying to do is a POST to an automation endpoint, which starts another workflow in its automation (very simple). But all I am getti (...)
Where is Search in Navigation on webcon 2025? How to turn on that Search ? in 2025? Below are pic ver. 2022 and 2025
Since the latest version, exporting/importing of application start pages is not working correctly. Steps to reproduce: 1) Change the start page in the existing application (dev) (e.g., move a widget) 2) Reload the application in the designer 3) Export (e.g., from dev) 4) Import (e.g., to prod) => Change is not visible in prod. In my case, it was a resizing an existing widget and moving it down.
I am trying (without any success) to read data (ie. employee id) from an existing text-based PDF (test pdf created via MS Word). The documentation is explaining the different actions (ie. wait for ocr ai, wait for text-layer), but not how they actually work together or how to use them. Maybe I am completly wrong in trying to use "OCR AI recognition", "Wait for OCR AI" etc..... My goal is: * A configured hot-folder puts a pdf into a workflow (=> working) * A step/action/etc. reads the em (...)
Hi, Is it just me, or is ANYTRUE bugged - when the first is true and the second is false, it is false.
Hi, I'm using version 2025.1.1.44 and came across a strange behaviour. We have a leave of absence process. On the first day of leave, it is visible in the absence chart. On the second day and until the end it stops being visible! After the leave ends it becomes visible once again. This is very strange, but I guess it is not a problem of the process, but only concerning the display of the absence chart. Has anyone experienced such a behaviour? Has it been a bug and is now fixed in the curren (...)
Hello, I have a case on the portal. An employee was on leave for about 3 years, and during that time, their account in AD was blocked. When they returned, the account was unblocked. They now have almost 5,000 active notifications, which makes working on the portal very difficult because everything runs very slowly. Interestingly, the issue disappeared for a few days but then came back again. Does anyone have any ideas?
Hello, we are using the API to create workflow instances by another system. We are also checking if this workflow has already been created. Now to the problem: Unfortunately we are not able to access the archived instances with api-call and check for existing workflows: api/data/v5.0/db/{{dbid}}/applications/{{applicationid}}/search?search=xxxx:xxxx if the workflow instance is not yet archived we are able to access it. Is there a way to access archived workflows via API? Thanks (...)
Dear Community, I recently installed WEBCON BPS (2025.1.1.105 standalone) on a server that does not have internet access. When I try to access the BPS Portal via a browser on the same server, I encounter the following error: -- Unexpected Application Error! t.findLast is not a function TypeError: t.findLast is not a function at https://**bpsportalurl**/application/App.4dbf8e8ad44240e13685.bundle.js:2:342152 at Object.useMemo (https://**bpsportalurl**/application/2599.4dbf8e8ad44 (...)
It is possible to show the value form SQL Row on Webcon report? Is this functionality planned in future versions of the system?
[Location] Process attributes > Attribute of a Select type using a BPS data source > Filtering section [The bug] In a data source filter, when using the ALL_TRUE operator, the WHERE condition in a generated query is prematurely simplified, what results in an SQL error. [Workaround] Chain AND operators. [Fix] Please fix the SQL translation of the ALL_TRUE operator :)
Hello, is it possible to only have people from a specific AAD group visible (or selectable) in the user picker field?
I would like to have automatically add to attachments a file, on the First Step, when users will be registering so they can have a file available to read its content. I can't find a solution for that. Kind regards, Jan
Hi, Does anyone know if in local variables (text type) in automation, can be returned as value: without endcoding? Example: I have API method no. 1. I save its response to a local variable. Then I make a minor modification in json using an action: Set value to modify => local variable Finaly: I want to use that local variable as a Request-Body for another Rest API action. And here is the problem, because the value of this variable is returned with encoding . P.S. I know tha (...)
Hi, Is it possible to suppress the confirmation (positive) email from MailApproval? Or to design the automatically generated email? Background: In my opinion, this information is partly misleading to the user. e.g.: Betreff: RE: Mail genehmigt: ablehnen (final) (english: Subject: RE: Mail approved: reject (final)) => The user is right to ask: My rejection has now been approved? What? => Would be better: RE: Aktion erfolgreich: ablehnen (final) (english: RE: Action successful: reject ( (...)
Is it possible to change the name of a step dynamically to the assigned person/group name?
Hi Guys, Is there any way to configure paging for the item list? Got one with > 280 rows, initiated from the SQL query. I cannot use data table to display the data only, as users need to add comment for each row in one of the columns.