(...) może być zerowa. Nazwa parametru: For the current thread not registered connection parameters. Source=WebCon.WorkFlow.Service StackTrace= w WebCon.WorkFlow.Service.Context.ServiceThreadsProvider.GET _ThreadDbInfo() w WebCon.WorkFlow.Service.Context.ServiceThreadsProvider.GET _IsInUnicodeMode() w WebCon.WorkFlow.BusinessLogic.Licencing.DatabaseInfo.DalDatabaseInfoGET ter.GET Info(Boolean load (...)
(...) ng PATCH requests: https://docs.webcon.com/docs/2025R2/Studio/Process/APIDefinition/#2-running-mode However, in my 2025 R2 environment I can only see these running modes: • Run automation • GET data from data source • GET data from element instance The tooltip in Designer for GET data from element instance says: “Allows you to retrieve element instance data from the process where the u (...)
(...) Hello everyone, Has anyone encountered an issue with processing the HotMailBox? I have a mailbox that occasionally GET s stuck, and the only way to resolve it seems to be restarting the Webcon Workflow Service. It appears that Webcon attempts to import an email but GET s stuck in the process and never completes it. Any tips or suggestions would be highly appreciated. Thanks, Martin
(...) Hello I would like to ask you if there is a way to GET an automatic document preview after opening workflow instance?
(...) cation), also tried to fix using this thread -> https://community.webcon.com/forum/thread/1042 . When I try to log in even if I made everywhere user and password same (during installation) I still GET 401 Unauthorized. It doesn't show error unless you use inspect tool. Also I use http (no SSL).
(...) Hi, it would be nice to GET a more detailed log output for the database upgrade. Currently we only have the information that the upgrade started: 17-01-2026 16:00:11 msg: Scripts are loaded src: DBUpdateControl 17-01-2026 17:21:24 msg: AppPool WEBCONBPS recycle src: IISManager It would be nice to have an output like - 17-01-2026 16:00:11 Script 7703 \t Change picker columns length from 100 (...)
(...) Server Error with: System.NullReferenceException: Object reference not set to an instance of an object Stack trace points to payment method mapping: WebCon.KSEF.Core.Logic.Tools.Invoice.XMLFieldsGET ter.GET ChoiceFirstOfType[T](Array items) FormaPlatnosciGET ter(...) What’s strange is that whenever the payment method (Forma płatności) is filled in, the ksefData endpoint returns 406. If the paym (...)
(...) PDF (on path and as action) but nothing happens for emails. I Even disabled email conversation tab. I was thinking of extracting email body into form field for processing - but cant find a way to GET email body into multi line field (through button/path or other).
(...) Hi guys, sometimes our management defines a substitution and joins the "working in behalf of" mode. In this case, the guy who is the substitute does not GET an email with the information that he/she has to check his work. The mail is only send to the origin task assignee. If the mode "Task delegation substitution" is joined, an email is send to the substitute. In our email actions we set the (...)
(...) ns for those column names, so we don't have to use our internal Item List names. That now leads to the generated - translated Excel to become corrupted, as supposedly, its internal XML data structure GET s messed up. Is there any way to fix this, while still giving us the flexibility of translating the headers? Thanks.
(...) e header. The later one would reduce the used space greatly. - Define whether we need an overall total. In case of groups, they may not be helpful. - Buttons to collapse/expand all groups - If you GET any chance to redesign the group settings, please make it so, that it can be configured on the main form template and not on each individual step.
(...) field (values like: 1, 1.5, 2, etc.) Date to – DateTime field I want Date to to be automatically calculated as: Date to = Date from + Time (h) hours I tried to use a form rule, but I keep GET ting an error in the Date to field. Has anyone implemented a similar calculation? What is the recommended way (formula / ADD DATE / JavaScript) to achieve this? Thanks in advance for your help!
(...) that the users can copy images from websites and the browsers copy the HTML instead of the image. This is great from a disk space perspective, it's bad from an audit trail perspective. If the source GET 's removed, the image is lost. In our case this is particularly bad because these images will be embedded in a generated document. I added now a validate action to ensure that the fields contain (...)
(...) Hey, I'm trying to notify user on a timer action. After it GET s triggered the current instance should be moved to specific step. Is there any other way to achieve it instead of using 'Move worfklow' in the referred automation ?
(...) Hi all, I have a question regardong Form Field Extension PhoneNumber, I went through instruction: https://developer.webcon.com/docs/your-first-form-field-extension-js/ . My problem is I can't GET intermidiate step to be executable, what I mean by that is that when I press on my Start step "Go to next step" it automatically executes and saves like already done instance and it says the workflow ins (...)
(...) Hi, short: Business rule text parameter string values only containing digits seem to GET casted to an integer value in WEBCON. long: Declaring a VARCHAR variable in SQL as a string like '001' is returned as string. If 001 is replaced by a text parameter in between single quotes its value '001' turns to 1 as integer. I would expect that a string value '001' remains a string when using it as (...)
(...) a process relation the mail for such a workflow will be the "primary" application. If we want to change this "primary" application, we currently need to: - Remove all presentation elements in the tarGET application - Delete the relation in the tarGET application - Move the process - Recreate all presentation elements This takes a lot of time. It's quicker to fiddle around in the database. But (...)
(...) s Field value: 'KHL_B030','KHL_B020','HL_B008' Filter: {COLUMN:ID#ID} in ({1027}) Expression preview: ID in (''KHL_B030'',''KHL_B020'',''HL_B008'') The single quotes are escaped and therefore I GET an error: Query test Error occured during business rule evaluation. Syntax error: Missing operand after 'KHL_B030' operator. #The second approach doesn't work either Field value: KHL_B030,KHL_ (...)
(...) ase unlock the dropdown in the offset setting of a timer. If so it would be possible to select eg 15 minutes to have a delay before the first activation. The „workaround“ with a technical field that GET s set NOW + 15 minutes wouldn‘t be necessary with this enabled selection. Source of suggestion: https://community.webcon.com/forum/thread/8381 Kind regards Sébastien
(...) Hi, if a column (e.g. with checkboxes) GET s to narrow its title GET s cut. By simply adding a HTML title attribute with the column name to the div holding the column title the title GET s displayed on mouse hover. I’ve attached a screenshot with the suggested modification. Kind regards Sébastien