WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > General

General

Hi all! Maybe I didn't read the manual carefully and maybe this question has been asked many times before, but I am asking it anyway ;-) Is there a way in Webcon BPS Portal to start a workflow with anonymous access (without authentication)? 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 email). But I think this only user-related and only works with alr (...)

I searched the site and found the latest post on AAD from 2021, and only one request for help with EntraID... Nobody seems to have a problem with this? Or maybe no one uses WebCon without local domains? Impossible! So... How to build WebCon BPS with EntraID as the only source of identity? I have some ideas for preparing some business processes in a cloud environment (Azure) that will never have access to classic domain controllers I need a full user database on EntraID (AAD). I trie (...)

Hello, I have a question, how can I change a value of a choice field using a normal action, but only giving him the Name (not ID, not ID#Name)? The choice field is configured as ID and Name. Version: 2023.1.3.29 p.s. I know in the past this was not an issue, but on newer version this become a problem especially when only ID or ID#Name works. Regards

I need to change 2 values with REST, I use'd API v3 and PATCH method. This values is in another workflow. JSON [ { "data": { "guid": "3567e810-6f44-41e5-9ac3-794d6e055db1", "value": "2024-05-27T14:02:26" }, "wynik": { "guid": "56e078eb-dc11-4960-a662-3974f0f837da", "value": "Ryzyko niskie" } } ] In other workflow history I have only infpormation about Save workflow by ServiceWebconApiProd - Registered App.

Do you have any experience using up to a few thousands bps groups? Do they affect system performance? Thanks Kuba

Hello, is there a way to find an element that has a specific value in one of the form fields using the WebCon API? Thanks for help!

Hi, I have a situation where multiple users get assigned tasks on a certain path. The parallelism is set to Completion - All. It mostly work fine. But if certain 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 name is logged. But when these "special users" finish their task, it logs "Information (editing allow (...)

MVP

Hi, I upgraded to the latest version, but I can't see the preview diagram in the portal. Have you encountered this problem? Thanks, Raluca

Hello, I have created a technical process in which I have defined a typed source - leave history and leave types. This source collects absence information from many other processes. Unfortunately, the Gantt chart shows only part of this data, even though the SQL query returns all of it (currently 3715 records for approximately 80 employees). I added a Gantt chart in the BPS Portal and limit it to the current month and one month back and one month forward. Why isn't Gannt showing all the data (...)

Hello, I have an external API: GET https://domain.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: Response Code: Exceptions: Error occurred : Cannot send a content-body with this verb-type. Syst (...)

Hello I have a problem when printing to Word. The Word form prints for my permissions, but for users it does not print and the "unknown error" message appears. Maybe something with permissions but I don't know where to look. Can anyone help Thank you in advance

hello, I have a case to study ... :) I want the selected value in a given row to be assigned to all subsequent rows in this same column. If the value in any of these subsequent rows is changed, that changed value should be propagated to all rows below it, but without changing the values in previous rows. It is possible?

Czy istnieje możliwość osadzania aplikacji webowej w ramach rozwiązań klasy USD (Unified Service Desk)?

Hi, I have an item list and a column for local attachments. In the advanced configuration settings for local attachments, the option 'Allow adding more than one attachment' is not selected. However, despite seeing a 'deny' icon when attaching files, I'm still able to click and add more than one attachment. Is this a bug? Version 2023.1.2.68

Hello, I have a question more about the Polish side of the forum. There is a regulation available in the Journal of Laws that specifies the requirements for storing employee documentation as well as the method of transferring it between IT systems. Has WebCon BPS been audited in this respect and do we know whether it meets the requirements set out in the regulation? https://isap.sejm.gov.pl/isap.nsf/download.xsp/WDU20180002369/O/D20182369.pdf

Hello, We have set a working Oracle connection. There is a procedure with 2 params, one IN, another OUT. Running a Business Rule containing a SQL Command against the Oracle connection: declare l_out NUMBER; begin ZZ_WEBCON_TEST.TEST_PROCEDURE(P_IN => {BRP:21}, X_OUT => l_out); end; where {BRP:21} is a Business Rule decimal parameter. The Rule is working, Oracle procedure gets executed (witness on Oracle db) and most probably returns l_out. My question is: how do I get the l_out (...)

Hello, The new mobile app is great, but has anything changed regarding licensing? Is the mobile app separately licensed? e.g. in the free version (WEBCON EXPRESS) I see 1 license for the mobile application.

Hello, I have a question, a curiosity... In the WFDataAttachmets table, there is a column called ATT_IsDeleted. If I want to Run SQL procedure (webcon action) and update table and set the ATT_IsDeleted column with 1 or 0. Is it a good practice? Or is it not allowed? Thanks.

Hello, on my test instance the WebCon BPS service restarts. On average every 3 minutes. I get messages like below. Have any of you encountered this type of problem? The WebCon WorkFlow Service service terminated unexpectedly. It has done this 107 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service. == Failed to activate some modules Category: Activation Failed to activate some modules OLAP (for db: BPS_Content ) Warning (db:BPS_Content) (...)

Hello everyone, I have a workflow where data is imported and instances are created. After the import, a timeout (minute) is defined which further delays the instance. A field value (multiline text) is set on the path. At this point, the workflow encounters an error (Concurrency Error). However, if I manually pass the WF instance on the path, the field value is set correctly. I hope someone can help me. Thanks in advance. Error Stacktrace: Nachricht Fehler Setze Symbol - Fehl (...)