(...) st adding form fields to configuration), I get: WebCon.WorkFlow.SDK.Exceptions.SDKKeyNotFoundException: Specified id:280 does not exist at WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyItemscollection `1.GetByID(Int32 id) at WebCon.BpsExt.Signing.Autenti.CustomActions.Helpers.RequestBodyProvider.AddSmsAuthenticationnConstraints(List`1 constraints, ItemRowData row, UserColumns userData) at W (...)
(...) Hello, I notice 2 weird situations: 1. I have a ForEach and inside I have a simple "Start subworkflow" action and i try to drag from the collection columns in order to start the workflow with some data completed. When I drag the columns, one is showing a bit weird. It will show ok once you double click it. (picture 1) 2. I have another ForEach and inside I made a business rule that uses, again, info fr (...)
(...) when I start a new element, I use 4 different paths. This is due to the fact that sometimes I assign a task to one person, and sometimes to two people per company. 5. In the data tab, I indicate the collection columns on the basis of which I complete some form fields. 6. The technical paths that I indicate in the subworkflow activation action have validation disabled. 7. On each path that I use in the su (...)
(...) I have a problem to establish a connection to sharepoint online. I have chosen as connection type sharepoint online. When I enter the Url of the sitecollection and the user and password correctly, I get the Error message: "Unable to connect to the remote Server. The sign-in name or password does not match one in the Microsoft account system." As the account that I use to connect has not MFA enabled the re (...)
(...) eta po Audytowa Wiadomość: System.NullReferenceException: Object reference not set to an instance of an object. at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEngine.RunErrorFlowcollection Async(AutomationEvaluationParameters parameters, AutomationWithParameters automation, AutomationRuntimeResult currentFlowResult, CancellationToken cancellationToken) at WebCon.WorkFlow.BusinessLo (...)
(...) d-portaldependencies -> https://developer.webcon.com/docs/package-dependencies#how-to-get-correct-dependencies-for-runtime Unlike 'serviceDependencies' or 'portalDependencies', the 'dependencies' collection seems to work very fine. I'm able to include different kind of dependencies and the corresponding DLLs are packed within the generated plugin package zip-file. Is there a known bug with this? The (...)
(...) ils (when imported into productions) On production the process was in designer but after import it was removed Appreciate any hint or help. Thank you in advance. (error details) Typ: System.collection s.Generic.KeyNotFoundException ------------------------------------------------------- Wiadomość:Dany klucz nie był obecny w słowniku. ------------------------------------------------------- Ś (...)
(...) ms to have something to do with the navigation bar but i can't figure out what the actual issue seems to be. Does anyone have run into the same issue yet and maybe have a clue for me? Type: System.collection s.Generic.KeyNotFoundException ------------------------------------------------------- Message: The given key was not present in the dictionary. -------------------------------------------------- (...)
(...) eptions.SolrInitException: SOLR not initialized ---> 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. I already cleared the SOLR index. (...)
(...) -8af1-4749-98d1-e5626c248bc8 id: 406 has invalid value: Value with id: '118' does not exist at WebCon.BPSCloud.Core.PublicApi.Root.Validators.ElementsValidator.ValidateFieldsValues(InvalidFieldscollection s invalidFields) at WebCon.BPSCloud.Core.PublicApi.Root.Managers.PublicApiFormManager.SetFormFieldsAsync(IElementForm element, NewElement model) at WebCon.BPSCloud.Core.PublicApi.Root.Managers (...)
(...) ..Import interrupted. Details: System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.collection s.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, I (...)
(...) Source that uses e.g. the email address of a user as a parameter in the suffix of the url. The Api would then dynamically reply the response only for this email address instead of giving back a large collection that has to be filtered. Benefits: - Reduce duplication of queries and logic - Enable dynamic and context-aware data retrieval - Centralize complex lookups in one Data Source instead of multipl (...)
(...) view. There are eg EQUAL and NOT EQUAL (with the options ID and name) but this functions would be really helpfull: (NOT) CONTAINS (NOT) STARTS WITH (NOT) ENDS WITH (NOT) IN (for check of value collection ) Kind regards Sébastien
(...) tyInspection.Core.IntegrityInspection.IntegrityCheckModel.AddIfNotContains(MappingListRow row) at WebCon.WorkFlow.Module.IntegrityInspection.Core.IntegrityInspection.IntegrityModelUpdater.Preparecollection sForMappingRows(IEnumerable`1 rows) at WebCon.WorkFlow.Module.IntegrityInspection.Core.IntegrityInspection.IntegrityModelUpdater.UpdateModel(IEnumerable`1 entities) at WebCon.WorkFlow.Module (...)
(...) rityInspection.Core.IntegrityInspection.IntegrityCheckModel.AddIfNotContains(MappingListRow row) w WebCon.WorkFlow.Module.IntegrityInspection.Core.IntegrityInspection.IntegrityModelUpdater.Preparecollection sForMappingRows(IEnumerable`1 rows) w WebCon.WorkFlow.Module.IntegrityInspection.Core.IntegrityInspection.IntegrityModelUpdater.UpdateModel(IEnumerable`1 entities) w WebCon.WorkFlow.Module.Int (...)
(...) ders for each REST web services data source and invoke action using the connection. My suggestion is to add default custom headers in the connection as Postman does it in the configuration of its collection s. By having this all data sources and invoke actions can inherit those default custom headers. Optional further custom headers can then be configured too as it is now. This would also enable a cen (...)
(...) ion, and webcon is still using base login/password for SharePoint. Is Webcon planning to implement connecting through application? There is SharePoint via REST, but I'm saying about SharePoint Site collection connections - these will stop working very soon.
(...) Hi everyone, assuming that I'm not doing anything wrong then this endpoints returns the collection of all attachments with their content. "https://$($WebconConfig.Hostname)/api/data/v7.0/db/$($WebconConfig.DatabaseId)/elements/$ElementId/attachments" $result = Invoke-WebconApiRequest -Method "GET" -Uri $uri $result.attachments[0].content.length 932976 Depending on the use case, it may not be nece (...)