WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for ui

(...) Hi guys, i think my question is qui te easy to answer but i didn't get the solution :-( I need a report regarding instances and some fields of their subintances. Therefor i tried to bui ld report in the portal, which selects the 2 affected Processes. If i do so, i can not select any columns?! If i only select 1 process the fields appear. Where is my mistake and how can i bui ld an report with (...)

(...) base and so on to help developers for doing things in Designer Studio. Maybe you could also give the option to add custom sources as https://daniels-notes.de/ and other blogs/sources. We have bui lt a Copilot Agent for all this but it would be way more cooler having this integrated in Designer Studio. Kind Regards Sébastien

(...) Hello, I have a process, in which the "pathId" transition paths requi re adding comment. However, in SDK I am unable to find a way to move the document along this path due to missing comment. private async Task CancelInstance(DocumentsManager manager, int documentId, int pathId) { ___var document = await manager.GetDocumentByIdAsync(documentId); ___await document.Comment.AddCommentAsync("Addin (...)

(...) is a POST to an automation endpoint, which starts another workflow in its automation (very simple). But all I am getting is, regardless of what I do: { "description": "Invalid scopes", "gui d": "48078ebb-424f-4a0f-9a27-7e67e408e148" } The gui d cannot be found in designer studio, there is also no automation log. Remark: The endpoint with a datasource works fine. Did I miss somet (...)

(...) ble to set prefix and suffix for integer form fields too like it is for floating-point form fields. The workaround to use a floating-point form field and to set decimal places is known but not the intui tive way. Kind Regards Sébastien

(...) 't pass the columns/data to them. The inner business rules are executed before the outer SQL command is executed. This comes in really handy in a lot of cases but also has it's limitation and will requi re creating repetitive code. I would suggest the following: Create a new "type" "SQL function" Properties would be similar to a business rule: Name : GetFirstTextPart Description: Will sp (...)

(...) Hello, since the new ui we've got much more users on the dark theme of webcon, it brought however a few new challenges with custom colors on controls / lists. At this moment we are able to set custom css styles - background/text using attribute configuration: https://docs.webcon.com/docs/2025R2/Studio/Process/Attribute/General/Attribute_StyleAndBehavior It however lacks the possibility to ma (...)

(...) I am trying to use the inbui lt CR feature (https://community.webcon.com/posts/post/change-requests/388/3) Very nice implementation. But without any notification (ie. email if new request is submitted or on a new comment) this feature does not help much... or I am missing something? best regards Ernst

(...) Hi guys, I'm trying to cyclically start new elements in BPS based on data retrieved from another system. I already have an endpoint that returns the requi red data. To achieve this, I planned to use a global action (cyclical). First, I created a business rule that fetches the data using a REST API. Then, I wrote an SQL query that utilized this business rule to retrieve the data. However, whe (...)

(...) Hi, is it possible to do it via javascript is the main question. i know that this could be done via sdk(c#) and there is already an example gui de of it on the forum, but i was wondering would it be possible to create a parser in javascript, that can be loaded maybe by the hotfolders option ?

(...) i, 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 requi re entering a password?

(...) Hi, once upon a time (version) there had been an option to migrate user accounts. This had been bui ld in to the Designer Studio and there was also a stored procedure. It would really be great if the this functionality could be restored. While we have access to old database where the stored procedure still exists, new customers don't have this option. When they rename their domain for variou (...)

(...) this is, that the uniform can take up way more space than a mixed one. Especially if there's a multi line column. According to the documentation it should be there but it does neither exist in the ui nor in the XML configuration in version 2025.1.1.105. I assume that in this case the documentation wasn't updated and the functionality has been removed deliberately. Best regards, Daniel

(...) it doesn't work in neither step - after one user finishes his task the workflow moves to the next step. Configuration: Path Parameters: Operation executed on parallel tasks is set to Wait for requi red tasks to be completed, and Number of requi red completed tasks is set to All. Task Creation: Parallelism is set to Completion - All. Has anyone encountered this behavior? Kind regards Zakha (...)

(...) some time. Could we maybe get some checkboxes near those attached documents, and select specific documents which should be deleted? Or any other solution to be able to work with those attachments qui cker? I could create a workaround with item lists, and actions, but this would add unnecessary clutter on the form, when this could be a bui lt-in feature.

(...) oad to a non-existent user, the response returns: 409 Conflict { "type": "ValidationError", "description": "User zzz@gmail.com does not exist or no tasks were found for this user.", "errorGui d": "d0bdb551-8432-48a9-b011-f7e9cf10fb85" } But when the userId is correct and points to the actual task owner, the same request results in a 500 Internal Server Error. So the request passes valida (...)

(...) is is that the CPU load on the current server is very high, likely due to the OCR processes, and we want to offload this to improve overall performance. Does anyone have experience or know of any gui des, best practices, or documentation on how to properly migrate or separate the WEBCON OCR component from the existing server setup? Any tips on potential challenges or configuration changes requi red (...)

(...) Hi, Is it true that the Business Administrator role is requi red to view the analysis (Overview, Heatmap, etc)? If that's the case, then I have a bigger problem. Since the metrics are relevant for our process managers, for example, or even for department or division heads, I would have to assign them the role of business administrator. This would also allow them to delete workflow instances fr (...)

(...) We love the inbui lt analytics features. The give us the opportunity to take a qui ck look whats going on. Especially for smaller Applications the Advanced Analytics Framework is very useful. Currently a user needs at least the role "Business Administrator". But we do not want to give this high-level access rights (change / delete workflows) to our analysts (department manager, process manager, ... (...)

(...) Business case: due to organization regulation it is requi red to fill in a specific form and attach it as PDF to a WEBCON case. The problem is how to assure that such PDF file matches prefedined format and that is is filled with reasonable contect Expectation: dedicated action that will take two attachments: template in PDF or WORD and actual document in PDF or WORD and will calculate similarity sco (...)