WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for collection

(...) t version (2021.1.3.163) on our DEV system, and wanted to prepare new functions for my processes. I had issues when trying to save a rule that included the new "select values" function to check if a collection of values from an item list is not empty. In the testing window the rule works as expected, it just wont let me save it because of invalid rule configuration. As soon as i remove select values and r (...)

(...) ion. After updating to version 2021 R3, all REST data sources configured in versions older than 2021 R1 will cease to function. Data sources configured in 2021 R1/R2 will only return columns from a collection that have been manually selected, whereas previously they would load all columns without needing to select them individually. For a data source to return columns from a collection again, unmark and (...)

(...) sManager.ConvertLoginIntoPermission(String login) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at WebCon.WorkFlow.Studio.Logic.Managers.BasePermissionsManager.FillPermisionscollection (String permissionString, IPermissionscollection collection ToFill, ConvertIntoPermission convertIntoPermission) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessTreeStructureDownloader.FillApplicat (...)

(...) .Enumerable.c__DisplayClass7_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 System.collection s.Generic.List`1..ctor(IEnumerable`1 collection ) w System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseV (...)

(...) on.WorkFlow.Studio.Logic.Authentication.PortalRequestHandler.ExecuteGetRequest(String path) at WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.GetUserByBpsId(String id) at System.collection s.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at WebCon.WorkFlow.Studio.Logic.Managers.PermissionsManager.ConvertLoginIntoPermission(String login) at System.L (...)

(...) cess anymore. Message=The given key (432) was not found in WFBusinessRuleDefinitions cache for current content database. Source=WebCon.WorkFlow.Data StackTrace= at WebCon.WorkFlow.Data.Caching.collection s.WFBusinessRuleDefinitionCacheEntitycollection .ByID(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.BusinessRules.InlineBusinessRulesManager.Load(Int32 id) at WebCon.WorkFlow.Studio.Logic. (...)

(...) rsonally think the operator 'ForEach' is a great addition to version 2022.1.2.31, thanks to Webcon Team. Unfortunately I do not find any documentation on that, especially how to iterate over 'Any collection ' and access columns in custom action. If I select 'Any collection ' and put some SQL statement in there, is there a way to access specific table columns from generated table result? If I take a (...)

(...) dled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 | href: | ex: System.collection s.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben. bei System.ThrowHelper.ThrowKeyNotFoundException() bei System.collection s.Generic.Dictionary`2.get_I (...)

(...) data I've also created another workflow (Import Agreements Data) with item list, which is populated using excel file and on entry of default path a subworkflow AR should start using action "for each" collection from the item list populate the fields in AR instance . But even if fields with values of agreements in both workflows are floating type I'm receiving the error from started subworkflow saying that d (...)

(...) Working on a project whereby there is a process to track delinquent loans and create collection activities based on ageing. We receive loan data as a daily dump in excel and new or modified rows should either fire new instances of our workflows or trigger certain paths in existing workflows.Unsure of how to go about this

(...) state, T& value) at System.Text.Json.Serialization.Converters.IEnumerableDefaultConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, Tcollection & value) at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value) at System.Text.Json.Js (...)

(...) I'm having some troubles using OPENJSON to parse a nested JSON response from a REST API: Following the solution posted at https://alterpaths.com/json-nested-collection -handling-in-webcon-bps/ but I cannot get the query to work in Webcon. When copying the whole query from the Show window into SQL Studio it works just as expected, but in WebCon Designer studio the following error occurs (see screenshot) (...)

(...) Hello everyone, I need your help with a task that should actually be relatively simple. I'm trying to establish a connection to my Site collection in SharePoint and have entered the relevant data (Server and Site collection , User, ...). When I click on "test", it loads for several seconds, and I get the error: Unable to connect to the remote server. Regarding my rights in SharePoint: I am the owner of (...)

(...) Executing xxxx REST Requests in a "for each" loop in an item list will probably exceed the timeout of path transition. There's no option to filter the item list in the "for each" loop. Using a "any collection " source for the for each would work, but than I can't update the item list row. I could use some if condition in the item list to execute only a part of the item list. This would work technically bu (...)

(...) e/120.0.0.0 Safari/537.36 Edg/120.0.0.0 | href: | ex: CommonServiceLocator.ActivationException: Activation error occurred while trying to get instance of type ISolrOperations`1, key "" ---> System.collection s.Generic.KeyNotFoundException: The given key 'SolrNet.ISolrOperations`1[WebCon.WorkFlow.Data.Solr.collection s.BPSActivity]' was not present in the dictionary. at System.collection s.Generic.Dictio (...)

(...) ------------------------------ Ścieżka wywołania ------------------------------------------------------- w System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) w System.collection s.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) w System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, (...)

Hello, I have a global cyclical action that does some things. And in "Error handling" section i've got an automation that sends a customized email It was working fine in 2022, stopped working after upgrading it to the newest 2023 version. Currently it is impossible to do such scenario. I've also tried invoking a REST API but it also fails. Those automation put somewhere else (not in cyclical

(...) ustomAction was used HostingEnvironment.Impersonate() and I have also used this in 2021 version, but it generates error: Method not found: 'WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyEntitiescollection `1 WebCon.WorkFlow.SDK.Documents.Model.NewDocumentData.get_TextFields()'. System.MissingMethodException at WebCon.SRC.CustomActions.ADEmployeeSID.Run(RunCustomActionParams args) at WebCon.WorkFl (...)

(...) ing an SQL command - Use the for each function to iterate through the attachments - Use the for each function in combination with a data source - Use the for each function in combination with "any collection Since there are numerous ways where the attachment id could come from, I didn't explicitly define it. Best regards, Daniel [/quote] - OK, I will do it later [now I have got static Attachmen (...)

(...) icDesigner.IntelliSense.AssistPhrases.AssistPhrasesOrderApplier.OrderByIndentDfs() w WebCon.WorkFlow.Studio.Forms.BusinessRules.BasicDesigner.IntelliSense.AssistPhrases.AssistPhrasesProviderFromcollection .GetAssistPhrasesTo(String text, IAssistPhrasesFilters filters) w WebCon.WorkFlow.Studio.Forms.BusinessRules.BasicDesigner.IntelliSense.AssistListBox.d__71.MoveNext() -------------------------- (...)