(...) er you have such scenario you need to change {WFCONCOL_ID:1559} = ''" to "{WFCONCOL_ID:1559} is null" to get proper results. I am not sure if this just didn't occur to me when I was reading the changelog s, but of course I fell for it in several occurences in the system. We went through all data sources when testing, fixed issues that were there, and failed to check the rules. If anyone has questio (...)
(...) dobieg 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.Businesslog ic.Automations.Engine.AutomationEngine.RunErrorFlowCollectionAsync(AutomationEvaluationParameters parameters, AutomationWithParameters automation, AutomationRuntimeResult currentFlowResult, Cancellati (...)
(...) 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.FileLoadException and a HRESULT exception (...)
(...) a.ImportExport.Graph.DbNode`2.AddOrUpdate(IDictionary`2 dictionary, TEntity saveEntity) w WebCon.WorkFlow.Data.ImportExport.Graph.DbNode`2.SaveEntities(IList`1 data) w WebCon.WorkFlow.Businesslog ic.ImportExport.Import.TableImporter.ImportRows(IDbNode node, ForeignKeyFinder foreignKeyFinder, List`1 entitiesToImport, ICustomImport customImport, ImportVerificationResult verificationResult, Concu (...)
(...) Hi Guys, i am a little confused why this easy log ic does not work. I have a single value field which contains an SAP-No. I'd like to know if this No. "is in" a Dictionary (collection by "Return all rows" of Data Source Values). Always returns the "then" Value of my If-Clause...Think its really an easy mistake i make, but i cant see it :-(
(...) isplayClass7_0`3.b__0(TSource x) w System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) w System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() w WebCon.WorkFlow.Studio.log ic.Base.BusinessListBase`2.AddRange(IEnumerable`1 range) w WebCon.WorkFlow.Studio.log ic.Managers.SubelementsFormFieldsManager.GetSubelementFormFields(StepForm stepForm, ICacheStore cacheStore) (...)
(...) -------------------------------------------- at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at WebCon.WorkFlow.Businesslog ic.ImportExport.Report.NavBarItemsDifferenceFinder.FindAndChangeParents(MappingListsDifferenceRow navBarItemDifferenceRow, Dictionary`2 flatDifferenceDictionary, Dictionary`2 navBarItemsOwnersDictiona (...)
(...) SL connection is active. On the test database, actions work correctly, and users are added to Active Directory. However, on the production database, I receive an error related to credentials. The log in and password are definitely entered correctly. I also tried using a different account, but I always get the same error. What could be the issue in this case?
(...) d report with colors we can see past vacations but not all types. 2024.1.1.161: All type of reports (simple/advanced) dont show any past vacations. We updated to 2024.1.1.161 after finding changelog notice, that some problems with vacations report were repaired. Our config: We use a data source with SQL view with past vacations, and all type of data in columns are correct: VAC_UserID VA (...)
(...) y of SharePoint actions in WebCon, the connection to SharePoint Online with a technical user is inappropriate for us. In my opinion all these operations should be done in the context of the currently log ged in user. BTW: We are still on WebCon version 2023.1.2.44. There might be better solutions in the latest version, though I could not find any in the documentation. Thank you for your help! B (...)
(...) layClass7_0`3.b__0(TSource x) at System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at WebCon.WorkFlow.Studio.log ic.Base.BusinessListBase`2.AddRange(IEnumerable`1 range) at WebCon.WorkFlow.Studio.log ic.Managers.SubelementsFormFieldsManager.GetSubelementFormFields(StepForm stepForm, ICacheStore cacheStore) (...)
(...) Hi guys, in version 2025 there is a "banner" like "lagoon", "planet" or "wave" predefined in the form types. Can the selection be expanded to include another image? I would like to use a log o with our CI Thanks Gerd
(...) ing queue in Designer Studio there are absolutely no items. I think this could have started after moving some items to archive database, but not sure. How to fix this issue? Service: WEBCONPROD log Range: Solr Message: SOLR indexing failed Category: Exception Role: SolrFileQueue Description: SolrFileQueue item ID: 60607 Type: AttachmentMetadataAndContent ATT_ID: 181565 Whole process (...)
(...) amsArray args) w System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args) w System.String.Format(String format, Object[] args) w WebCon.WorkFlow.Businesslog ic.Helpers.NewObjectNameCreator.GetFirstFreeNumberNameFor(IEnumerable`1 existingNames, String newObjectName, String nameFormat) w WebCon.WorkFlow.Studio.log ic.Managers.Automations.AutomationsMan (...)
(...) orms in version 2025? I downloaded the source from github: https://github.com/WEBCON-BPS/public-forms I have the appsettings.json file configured (as in the picture). I get an error when trying to log in
(...) Hi everyone, I'm working on a project using Webcon BPS and I'm trying to track specific user activities within the platform in order to comply with GDPR. Specifically, I need to log every time a user: 1. Opens an instance or document in order to access data, regardless if they've seen it before or not 2. Prints a document Has anyone tackled a similar requirement before? If so, I would reall (...)
(...) I installed a new instance of webcon. In IIS I have new site with 3 bindings webcon-test.domain:.com 80 webcon-test.domain.com : 443 empty :80 Auth provider AD I'm not able to log in to portal from the machine where webcon is installed via https/http://webcon-test.domain.com But link http://localhost works fine When I change a server and try to log in via https/http://webcon-test.domain.c (...)
(...) he PUBLIC LINK feature the weekend before, and everything worked fine with my PUBLIC LINK and my private GMAIL-Adress. We want to give unknown guests (except an invitation email) the possibility to log into a step of a specific workflow, press the path button and then lose access to the instance. Today we upgraded to the 2024 Version on TEST-Server and now, with the same App and EMail, i get an (...)
(...) to trigger a rename function. select ' ' AS Rename The only variable is the user language, there's no FROM, so it should be executed really fast. For whatever reason so the diagnostic log shows that the execution for one row took 87ms seconds while another took 4279ms. I don't have the slightest idea, why this happened, how I can track this or how to prevent it. My best guess i (...)
(...) ave installed the SearchServer service from the MSI and changed the Url in the tools section of the Installer. I can start the service, but it just stops after some time without any errors in Event log . Thanks, Filip