(...) a new UPN in AD as we are going to synch up with their Azure AD and move into their 0365. So the old UPN "accountname@oldupn.us" will be "accountname@newupn.us". The issue is, ALL open webcon task s are tied to the previous UPN and those do not carry over to the new UPN. So all task assignments, record creators, etc... are lost. Is there a way to correct this? Hope that made sense!
(...) Hi, I have such a problem. At some step in the process, there is required approval for costs. The task is signed to first person, but he is on sick leave, thus the task is assigned to a substituter, but a substituter is also on sick leave, so the task should be assigned to substituter of substituter, but isn't. BPS version 2021.1.4.118
(...) Hi All I need to ask for your help :) This time I need to update permissions for task s on separate processes/applications, not linked together. Let's say I want to give permission to read a document for some domain user or user group. The problem is that I can't modify these processes. I cannot modify data from the database side because the manufacturer forbids it :/ My idea is to create a ne (...)
(...) Hello, my task is: A new workflow instance is to be started through calling a web service from i.e. the ERP system. I cannot find any howto or documentation that explains how to proceed. Is this possible in general and can anybody help with a hint what to do or where to find a documentation / howto? Thank you in advance.
(...) Hi, we have a requirement to calculate no.of days took to complete an assigned task . Created a business rule with below code: select count(*) as BusinessDays from Calendars where cal_isworkingday = 1 and cal_workingdate >'{BRP:26}' /*starting date*/ and cal_workingdate < '{BRP:27}' /*exit date*/ BRP:26 and BRP:27 are business rule paremeters. BRP:26 will be capturing on entry of the step. (...)
(...) Hi, I have an issue with the Change Items List action. It is defined to wait for required task s to be completed and is tied to multiple people completing an action. But when the last person completes the action, the item list is updated, but only for the last person who completed their task . Is there any way to define the action so it updates the list for all the people who are involved in completi (...)
(...) Hi community, once more I need some help to get things working: Having the task to show a picture within a report in WEBCON BPS 2022.1.2.59 I found this article in the knowledge base: https://community.webcon.com/posts/post/the-picture-form-field/32 Establishing the fields and trying to get the image rendered within a report I had to learn: Only the link generated in the way as described in t (...)
(...) er Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.task Awaiter.HandleNonSuccessAndDebuggerNotification(task task ) bei WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.d__121.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort (...)
(...) an issue with sending mails in steps that are defined as 'available for Mailapproval'. In the current case I only want to send out a notification email for information, the receipient doesnt have a task in the step. So i defined a template, put fields and grids in, and lokked at the preview. Whatever i try, if I test with an instance that is currently in a step that is avi for MailApproval, Webcon (...)
(...) 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 Go (...)
(...) I would like to print attachments that are attached to selected task s (with specific IDs) so that I can print them. It would be enough if I could automatically save them to the local disk. Does anyone have any idea how to do this? Plese help:(
(...) de der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.task Awaiter.HandleNonSuccessAndDebuggerNotification(task task ) bei WebCon.BPSCloud.Portal.API.AllApplicationsController.d__9.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem d (...)
(...) Hi, this question may be silly, but I found no sufficient solution yet: task : After generating sub workflows from item list entries get the item list entries removed. Approach: Use the action to change item list values with "Replace" Effect: One item list entry is created, all the others are removed Question: How do I get an item list blanked, all entries removed from the database *without* on (...)
(...) Create, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, task CompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, task Com (...)
(...) Hi, here is another task I need your help to get it completed: 1) Scenario A hot mailbox creates a new instance within the process and from there WEBCON BPS sends an email out. The user replies to this second email and the hotmailbox has been configured to add this reply into the original instance as attachment. This is done by adding the instance ID into the mail body and works without issues. (...)
(...) Hello everyone, Is there an easy way to save attachmnts from several objects in one click? I have a task to deliver all the invoice attachments from a process dating from date A to date B (it will be hundreds of files). Ale the attachments should have a name derived from signature. I guess designing a technical process would help.... Has anyone encountered such a situation?
(...) to move to archive approx 200.000 instances. It was working very slow, taking 5-6 secs per instance. After some investigation, we found out, we can speed it up with an additional index on WFElementtask s. After creating the index - CREATE NONCLUSTERED INDEX IX_WFELementtask s_Finished ON dbo.WFELementtask s (WFT_WFHIDtask Finished)- it takes less than 0,3 sec per instance. Dear Webcon team, please (...)
(...) ructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, task lasttask , State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Micros (...)
(...) Hello to everybody, right before the weekend I once more need your help: My client asks if there is any machanism to enable a person, who already has received task s as a substitute, to assign his or her substitute to these task s. The client wishes an automated feature for this. Example: 01-10-2022: Person A defines Person Z as substitute from October, 2nd to October 10th 02-10-2022: Person Z (...)
(...) er, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__12.MoveNext() at System.Runtime.CompilerServices.Asynctask MethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Internal.Cont (...)