(...) datedForm(FormParameters formParams) w WebCon.WorkFlow.Web.UILogic.WFDynamicLite.Rest.Logic.ElementFormLoaderForRest.GetUpdatedForm(FormParameters formParams) w WebCon.BPSCloud.Core.WfDynamic.services .MoveElementToNextStepService.GoToNextStep(GoToNextStepParameters param) w WebCon.BPSCloud.Portal.API.FormsController.d__27.MoveNext() --- Koniec śladu stosu z poprzedniej lokalizacji, w której w (...)
(...) simple action the timeout doesn’t work. I did check the following thread about a similar problem (https://community.webcon.com/forum/thread/1068?messageid=1068). Their it is suggested to check if all services are working and if “basic features” are enabled in the Service configuration, but I didn’t find an option to do that. Am I missing specific services ? And if I do how can I add those?
(...) linked to action templates only. The picture added shows the error message. Here follows the error message (in German language, sorry for this): Typ: WebCon.WorkFlow.Studio.Logic.Exceptions.Webservices aveException ------------------------------------------------------- Nachricht: Exception occurred while importing table ConfiguredWebservices ---------------------------------------------------- (...)
(...) Webcon with Dynamics Business Central ? Could anyone provide some insight (maybe even screenshots) on how to configure the Connection and Datasource(s) ? All I want is use some published API webservices to inflate list items or use some webservice data as sources for dropdown fields....
(...) I need to upload attachments to our company cloud services . Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new Google (...)
(...) WebCon.BPSCloud.Core.Applications.ApplicationsManager.d__24.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.Exceptionservices .ExceptionDispatchInfo.Throw() bei System.Runtime.Compilerservices .TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.BPSCloud.Portal.API.AllApplicationsController.d__9. (...)
Hello again, here is a next issue that I assumed to have fixed with the latest version of BPS, using 2022.1.3.65. I have a web service that has the structure as given in screenshot 1 (attached). The screenshot shows my configuration within a little test app. When I start this action, the request body fully ignores all data regarding the item lists as given in the dump below. (Hint: The
(...) olumn I will use column only from this list items. I don't have any problem with prepare the source - sql query, but I have problem with present it in portal, how to do it ? I could use Reporting services but maybe there is some other things in webcon site?
(...) ypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__12.MoveNext() at System.Runtime.Compilerservices .AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Int (...)
(...) It would be great to have the possibility to edit soap message header in a way the body is editable now. I came across couple of services (e.g. National Statistics Office in Poland) requiring secret string to be passed in the header element. So it would be good to be able to map field values to soap header element. Currently there is no way to use standard invoke soap action with this service. Thanks. W
(...) Hi, I want used the global business rule in a rest web services . I try use de business rule in Customer Headers, but when I run the action the value it's empty. I added an image with the configuration. (config_restWebservices .png) Is it possible using the business rule in Data sources Rest Web services ? Thank you, Raluca
(...) Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at WebCon.BPSCloud.Core.WfDynamic.services .MoveElementToNextStepService.c__DisplayClass8_0.b__1(Task`1 task) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunFromThread (...)
(...) to match our on prem so there are no version mismatch issues when I attempt to restore the on prem content database later. Ver: 2022.1.2.31 Error: Unable to cast object of type 'system.directoryservices .accountmanagement.groupprincipal' to type 'system.directoryservices .accountmanagement.userprincipal' Any ideas?
(...) .Service.UserSynchronization.Processors.UserSynchronizationInnerProcessor.d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.Exceptionservices .ExceptionDispatchInfo.Throw() at System.Runtime.Compilerservices .TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.Service.ActivityExecutors.QueueActivityExecu (...)
(...) hich are cross Applications, cross company alike Board Members, HR Department. Sometimes we need to use Active Directory groups (not WebCon BPS ones) to give some permissions to Microsoft Reporting services report or some fileshare. For us it was important to document all permissions connected with each Application. Above SQLing is a good basis for input as basis for something we called "Group Manag (...)
(...) onnection and I use it in a process but I'm getting the data from Opportunities. I would like to bring in a specific report. I've checked how to do this and I came up with this query using the GET /services /data/v52.0/analytics/reportTypes/Opportunity But when I use the field as a Data table in order to check the information, the list comes empty. Anyone tried this? Do you know how to bring reports (...)
(...) utomations.Engine.Evaluators.ActionEvaluator.GetActionExecutionType() at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.d__23.MoveNext() at System.Runtime.Compilerservices .AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.EvaluateAsync() at WebCon.WorkFlow.Bu (...)
(...) n.Base.BusinessLogic.ElementManagement.Actions.PortalUserActionExecutor.ExecuteUserActionAsync(IElementForm form, MenuActionButton button, String formRowVersion) at WebCon.BPSCloud.Core.WfDynamic.services .ActionService.InvokeMenuActionAsync(InvokeMenuActionParameters param) at WebCon.BPSCloud.Core.WfDynamic.WFDynamicLiteManager.InvokeActionAsync(InvokeMenuActionParameters formParameters) at We (...)
(...) : at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEngine.d__27.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.Exceptionservices .ExceptionDispatchInfo.Throw() at System.Runtime.Compilerservices .TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationE (...)
(...) n, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.Exceptionservices .ExceptionDispatchInfo.Throw() bei System.Runtime.Compilerservices .TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.WorkFlow.BusinessLogic.Helpers.TransactionsHelper.c (...)