Hello, as descriped on the developer documentation 'Package overview' page, I've tried to include different DLLs (in particular 'System.Data.Odbc') for service and protal taken from seperate projects' output (targeting .NET Framwork / .NET 8). But the DLLs are never packed within the generated plugin package zip-file. -> https://developer.webcon.com/docs/package-overview -> https://developer.webcon.com/docs/package-manifest#servicedependencies-and-portaldependencies -> https://developer.we (...)
Hi, during a call yesterday we realized, that a time previously timeout is executed after 10 minutes by default, if it runs into an error. This includes "Element was checked out" errors. While I agree that this may be a good thing for the production environment, but a pain in all others. Unfortunately my user voice was set to "Not now", but maybe it can be revisited now. https://community.webcon.com/forum/thread/5248?messageid=5248 Best regards, Daniel
Hi, I need to connect something like a forum on the form where you can have conversations about the project. It would be ideal if it wasn't a link but a window where you can add comments. Has anyone used a similar solution? Maybe TEAMS online and created a team?
Hello WEBCON community, I did some application updates (including a new workflow) in DEV environment and now I want to do the update in PROD by importing an application, but I'm getting errors. There are no active tasks in step 3091, but there are some documents in step 3090, because it's a final step. Also I didn't do any changes in these two steps. Does somebody have any ideas on what's wrong?
Hello, yesterday, after installing the current Visual Studio 2022 Update v17.12.x (from v17.11.x), the WEBCON BPS SDK Tools no longer started when trying to open them via 'View -> Other Windows -> WEBCON BPS SDK Tools'. I've got an error message (I don't have a screenshot from this message) with a reference to the ActivityLog.xml file within the VS main program folder. On the ActivityLog.xml file I've found a System.Reflection.TargetInvocationException, followed by a System.IO.FileLoadE (...)
Hi everyone, Currently i'm working with two applications, where one of them starts a workflow in second one. Let's call them Room Reservation, and Food Order. I can request different types of food orders - breakfast, dinner, snack using Food Order application. I can reserve a hotel room using Room Reservation application. What i want to achieve is add the possibility to request a breakfast when reserving a hotel room. I could do it currently in many ways, but there are two which i'd (...)
Hi, Is it possible to create a data connection to the attachment database? Databases have different names in the test and production environments.
IF will be no "space bar" then Webcon in template (doc) will ignore "check box" present in template. when we add space bar then expected "check box" will appear .
in webcon 2022.1.4.404 - automation with action start sub flow was working in webcon 2024.1.1.130 - is not working ... I have error: Komunikat błędu akcji podobiegu Nazwa automatyzacji: >> [podobieg] Start Ankiety (ID: 890) Nazwa akcji: Uruchom podobieg Audytowani (ID: 1351) Proces startujący: Ankieta po Audytowa Wiadomość: System.NullReferenceException: Object reference not set to an instance of an object. at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEngin (...)
Hello, I have a "wait for sub-workflow" step that use advance configuration. In my case the parent instance has a number or related "kids" (instances) and only one unrelated, but all from same workflow. In order to indenfity the unrelated "kid", the parent has the wfd_id saved in a field. The SQL that I use in the advance settings for the "wait for sub-workflow" verify if the total number of "kids" (related or unrelated) is equal to the total number of "kids" that are in a specific step (i (...)
Hi, How can I check the warnings from the service status as in the attachment. I can't locate the problem. I know it is caused by action: generate Word file, but I can't find the process where this action is used.
[Webcon 2024.1.1.130] (i thin it was working in 2022.1.4.404 - but I need double check] I have action to update item list where source is Parent Item list. The sql query is working but filters .. works if there is no polish letters :| so: [code='SQL'] SELECT d.DET_WFDID AS 'ID elementu', d.{DCNCOL:1135} AS 'Sygnatura Audytu', d.{DCNCOL:1132} AS 'Tytuł raportu 8D', d.{DCNCOL:1131} AS 'Norma', d.{DCNCOL:1128} AS 'Punkt normy', d.{DCNCOL:1126} AS 'Opis', (...)
Do you have any idea how the email address to which the email is sent is determined when a timeout occurs on a global action and fails 5 times( Allow number of incorrect execution)? Thanks, Raluca
We have a translation on the dev environment. How do we move all the translation say for 'application1' - all the formfields, workflows , emails, safely, with the possbile backup and without exporting all the pacagaes for production?
[Webcon 2022.1.4.404] I Have Process A [Main] where I start sub-processes B [child] from process B I copy attachments to process A by: Daniel's solution https://daniels-notes.de/posts/2023/copy-attachment-to-other-workflow and put them to Item list A or Item list B as linked attachments (other way did not working ...) all is fine but in the next step I assign task to other users / group with no access to app where is done something (and attachments are added) at the moment I d (...)
Hi guys, Did anyone of you ever encounter the HTTP 500.19 - Internal Server Error like the one in the print screen immediately after a fresh installation? Any ideas what could be wrong? Thanks, Martin
Hi all, first of all: this is not supposed to be a moaning complaint, just a heads up so other people dont fall for the issue that hit us today. I wanted to share some info regarding the update from 2022 to 2023, as we ran into some very unsatisfying issues with SQL COMMAND business rules that are querying field IDs. It hit us on some neuralgic spots in our main workflow, causing quite some pain right now. If you still have to update to 2023 make sure you test every SQL COMMAND based ru (...)
Hello, I'm wondering if it's possible to trigger the automation of a menu button every time the user opens a specific page. There is already a HTML field (button behavior) in my form that will do exactly the automation I need, but will be more helpful if this happens automatically instead of waiting for a click from an user. Thank you very much!
The Webcon Version 2019.1.4.45 I need to change License Server from one Node to a other Node every Time i become a error Message. I have configured in the Firewall the Port TCP 8002 The previous server was running on the 2012 R2 operating system and is now running on a Server 2019 operating system. On the previous server, the licence server can be activated and deactivated without any problems. The listener is active and can also be displayed. Reserved URL : http://+:80 (...)
Hello everyone, we are using JavaScript for a RestAPI call (long story – it's a requirement from IT). Now I receive the "Response Status Code" and "Response Text" within the JavaScript, but I also need to send these values back to WEBCON for further processing. Since we usually work with WEBCON without using JavaScript, I’m lacking the necessary know-how in this area. Can anyone assist me with this? Thank you in advance! Wishing you all a great weekend, Bjoern