(...) Is there a way to set attachments to read only for a certain step ? Reason: I have a voting application in which several people can vote on the publication of a new file. The application consists of a main workflow (with a list of the workflow participants) and a sub-workflow for each participant. After the "Start" step , I want the attachment to be read-only. In both the main workflow and the s (...)
(...) the upgrade is deployed to the production server, it is likely to cause considerable disappointment. Personally, I don’t quite understand why this feature was removed, and I believe it is a major step backward in terms of UX. Instead of using personalized private views on the dashboard—a place that consolidates data from multiple areas—users will now be forced to reconfigure reports every time the (...)
(...) Hi, Has anyone encountered the error msg: "stack": "TypeError: Cannot read properties of undefined (reading 'model') - I get this message on the path to the start step . Adding a new path, changing target step or assignment od task does not solve the problem. Webcon ver. 2025.1.1.44
(...) I would like to have automatically add to attachments a file, on the First step , when users will be registering so they can have a file available to read its content. I can't find a solution for that. Kind regards, Jan
(...) Hi, Could you clarify what changes were made to the SDK licenses in WEBCON 2024 and 2025? I don’t fully understand the modifications and would like to know if I need to take any additional step s regarding the license or key to sign plugins. If I’m currently using an SDK plugin developed by our in-house development team, does that mean I might not have an SDK license? Or do I need to do something with (...)
(...) untime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.Service.SolrIndexer.step s.IndexActivitystep WithoutCommit.d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at (...)
(...) Hi everybody, I have a repeating "unmotivated" error message (see attached). It is only in one workflow, always in the transition from one step to the next. I can't see anything in the history, as you see, there is no error GUID,... Any ideas, how I could track down that error?
(...) Hi, I am wondering if i can use an HTML field to be displayed in Reports (interface). My html field contains some info that is visible in some step s based on a business rule. And now i might need this info to be visible in reports (for filtering) and export to excel. Or do i have to create another field (single line of text)? thanks
(...) What a cool message! Webcon has it at the final step when handling a helpdesk request. @webcon How did you do it? I love it Msg in Eng: How do you rate the handling of the request? Field: Comment Path: Close and Send
(...) how to use them. Maybe I am completly wrong in trying to use "OCR AI recognition", "Wait for OCR AI" etc..... My goal is: * A configured hot-folder puts a pdf into a workflow (=> working) * A step /action/etc. reads the employee id from the pdf and puts it into the wf instance into "EmployeeID" I also looked into OCR AI projects (Systems Settings)... but no clue how this should work. I found (...)
(...) Since the latest version, exporting/importing of application start pages is not working correctly. step s to reproduce: 1) Change the start page in the existing application (dev) (e.g., move a widget) 2) Reload the application in the designer 3) Export (e.g., from dev) 4) Import (e.g., to prod) => Change is not visible in prod. In my case, it was a resizing an existing widget and moving it d (...)
(...) Id) { ___var document = await manager.GetDocumentByIdAsync(documentId); ___await document.Comment.AddCommentAsync("Adding comment required for this transition"); ___await manager.MoveDocumentToNextstep Async(new MoveDocumentToNextstep Params(document, pathId)); } Result (translated by me): "ValidationError: Comment is required on path: PATH_NAME" Am I doing something wrong?
(...) Is there a simple way to get the URL of the current instance? Use Case: In a specific step a user can create a ticket (via menu action) in a 3rd party app (REST POST). In the request body of the rest call I create the json and want to submit also the url for this instance. Thanks! Ernst
(...) Hello, I don't have much experience, so I apologize if my question seems dumb (: I added a menu button in the first step that fills a list. It's working fine, but it only becomes visible after I first save the document. How can I make it visible on the form from the very beginning? Thank you!
(...) We will soon be using the “Public Access” feature, which allows external users to be invited to a WEBCON application step (in our case) or step s without a BPS account. So far, I’ve only found the option to customize the invitation email (see PIC-1). However, most of the people we invite are unfamiliar with WEBCON or WEBCON BPS and don’t immediately connect it to JR Rädlinger. In the invitation, we’ve (...)
(...) with parallel tasks in both WEBCON BPS 2021 and a new 2025 installation. A task should be assigned to two users, and the workflow must wait for both users to complete it before moving to the next step . In workflow, I have a task step that correctly implements this logic. Task is assigned via business rule. Later in the same workflow, after a conditional gateway, there is another task step with a (...)