Hello everyone, Increasingly, when creating large applications containing many processes, dictionaries or document templates, the ability to group processes in Designer Studio would be useful. You can then group processes as you wish, making it much easier to navigate through large applications.
Okay, thank you for your answer. Do you know any way to speed up the execution of the action of starting multiple processes on timeout (several tasks start with 300 elements each).
Hi, I have a question about the service configuration. In the Services configuration -> Services -> Service_name -> Configuration tab, the database components are configured. How can I increase the number of action threads for timeout? I would like to parallelize several timeouts and not wait
Hi, you need to assign appropriate User Privileges in defined business entities tab. Of course, an administrative group should exist General tab. Check this: https://community.webcon.com/posts/post/webcon-bps-designer-studio-privileges/44/4
Please check this code. To show: const divs = document.querySelectorAll('.table-tree'); divs.forEach(div => { const uls = div.querySelectorAll('ul'); uls.forEach((ul, index) => { if (index > 0) { ul.classList.remove('hidden'); } }); });
Hi, what are the privileges of the user under whom you are upgrading the system? Best regards, Krzysiek
In the attachment I am sending the full configuration of both the JS function and the data changing field.
Okey, so: Nowy atribut - list field Pytanie - column, which we change
Hi, try: 1. Add a JS function on the form (for me it's called "sett", attachment): 2. onclick set: onclick="sett()" Nowy atrybut = list field, Pytanie = column which we change Best regards, Krzysiek
Hello, use automations: 1. Add Automation 2. Use the execute operator for each 3. Configure the action by setting the execution condition when the column with WFD_ID is completed Best regards, Krzysiek
Hello, verify that you have selected a specific process and workflow at the report and source configuration stage. If you have a "Correspondence" process with two workflows then you might have duplicate steps.