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

Maksymilian Stachowiak

User

Hi Damian, I've encountered the issue, although went with the boring educate the users way. After a bit of a time no technical solution was needed, leaving a comment though, as i'm interested in solutions made by others if there are any :)

Hi Łukasz, i think, we're facing the https://xyproblem.info/ here. We need to understand what do you want to achieve, to propose a proper solution. What are we filtering, what are the filter attributes, why do we need to save it on an item list? What is the purpose of those solutions you've

Thank you for the ideas! I'm much more in favor of the 2nd one, as it scales better, no limit for the size of the group, although it tricked my brain into thinking that it could be also possible to achieve without any additional forms, just an SQL statement should do the job too. We're able to f

Seems like a neat idea for the load balance, the business rules would be enough for this one i like it! I'm still looking for the round robin though, as this was the first go-to from business perspective. Their original idea which i've assigned to round robin is following: task 1: user1 task

Hey everyone, I've got a request from my business to automatically split the tasks between people in the department. Did anyone here had a chance to implement something like round robin / load balance of tasks assigned to people from a group? The idea would be one person get's the task assigned

Hey, im digging an old thread, but i've faced the same issue and found a solution, so I'm leaving a write-up how to deal with it "for those who come after" ;) First of all, check the folder where SOLR is installed, by default look up here: C:\Program Files\WEBCON\WEBCON BPS Search Server\Logs

Hi Phil, I hope this one will address this part of the question 'What is the specific order on how things trigger?' https://community.webcon.com/posts/post/pending-in-transaction-vs-pending-after-transaction/347/3

KSeF layout faktury
20.01.2026 10:55

Cześć, nie jestem pewien, ale to chyba domyślny format który udostępnia KSeF? Do pobrania np. tutaj: https://crd.gov.pl/wzor/2025/06/25/13775/

Hi everyone, One thing worth mentioning in addition to Konrads answer - to use MailApproval functionality - there have (for sure had in 2024) to be a user in Webcon connected to e-mail address of the person who will accept/reject document. It won't work for e-mails without corresponding Webcon acc

Hi Ondrej, check if your service has ticked the checkbox for `Workflow instance archiving` in configuration: https://docs.webcon.com/docs/2026R1/Studio/SystemSettings/ServiceConf/SystemSettings_ServiceManagDetails#id_1

Hi Patryk, i have two ideas in my head: 1. Check if this config option #7 will be enough: https://docs.webcon.com/docs/2025R2/Studio/Process/Process_Configuration/Process_Permissions#7-additional-privileges (i'm not sure how it influences report visibility, and filtering options). 2. Add a CC tas

Encription
02.12.2025 10:14

Hi Adrian, We already have statement from Webcon on this topic from 2023 source here: https://community.webcon.com/forum/thread/75 I'm pasting response below. "Do not expect that option as a standard in WEBCON BPS. We/you/Partner can do it as an SDK plugin. Why? Because is a lot of questions to

Definitely yes, that's what is stopping me a bit to use 'group' assignments more often :) I won't remember who is in the grup, users won't remember it, and everyone have to check it in the end.

Before migration to 2025 with the new UI and 'Presentation' layer rehaul, on dashborads we could put multiple reports, and by changing the report - dashboards were automatically updated. Reports on the dashboards were just referencing regular reports. This had one major benefit - if i had a repo

Git repositories
20.11.2025 15:08

Sounds like a dream, but I'm not hoping to see it becoming reality, that XML is too big and complex to be comprehended by mere mortals in fast manner ;) Daniel, I've had same idea of parsing and comparing this XML, seems like i can cross it of my todo list, or maybe try to takie it from a different

Hi Arno, Question from my side - what is the business reason to freeze the workflow? What requires that freeze? I'm trying to grasp some context :) We're also dealing with incorrect data in process, but in most cases key user just corrects what's necessary, and that's all.

Hi Leszek, There is a checkbox during import if companies should be overridden. Not sure if it's there for companies which don't exist on target environment, but for companies existing you have an option to no override companies.

Hi Leonard, no idea why it duplicating id's - it seems like an error, but as a workaround, you could try using document.QuerySelectorAll('#id').

Third-party QR code
19.11.2025 15:33

Hi Radostina, It is not possible to directly link to a website if QR code doesn't have link to the website itself, that's on the basics. My assumptions: 1. QR Code contains some kind of identifier for equipment which is stored in Webcon dictionary but comes from external system. We need to have

Hi, I'd say there are multiple ways to do it, the one that feels most natural for me is an Start Workflow (SQL) action*. Inside of the data part you can put in a query like this: WITH Numbers AS ( SELECT 1 AS n UNION ALL SELECT n + 1 FROM Numbers WHERE n < 12 -- Limit of meeting