(...) so it shall be possible to change the process to two persons approving each of two approval steps (4 eye principle or 8 eye principle). 2) Task Creation The user assignment to the single approval Tasks shall be done through AD groups as the members change frequently. 3) Approach In both steps the task assignment is performed through SQL queries that retrieve the users from the active directory. (...)
(...) Hi, I have an issue with the Change Items List action. It is defined to wait for required Tasks 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 completin (...)
(...) I would like to print attachments that are attached to selected Tasks (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:(
(...) 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 WFElementTasks . After creating the index - CREATE NONCLUSTERED INDEX IX_WFELementTasks _Finished ON dbo.WFELementTasks (WFT_WFHIDTaskFinished)- it takes less than 0,3 sec per instance. Dear Webcon team, please I (...)
(...) 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 Tasks as a substitute, to assign his or her substitute to these Tasks . 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 r (...)
(...) would really like to kick some stuff out. I know that I can embed webcon parts into plain html via ifram, however I want the portal to be smooth and clean for us. In particular I dont like the "my Tasks ", "for me" and the lower menu search entries. Second, is there a chance to remove the standard dashboard per application? I would also like to replace it by a custom one. Best regards Lutz
(...) race. There is also no error in the event log. It would be great if there would be a hint, that a timeout could not be created / caused the exception. Best regards, Daniel System.Threading.Tasks .Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks .Task`1.GetResultCore(Boolean waitCompletionNotification) at WebCon.BPSCloud.Core.WfDynamic.Services.MoveEl (...)
(...) Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks .Sources.IValueTasks ource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken c (...)
(...) ebcon. So the AD administrator changed the user AD login name to test.newwebcon. When webcon synced with AD, my user got a new Bps_Id = test.newwebcon@webcon.com and after logging in, he can't access Tasks because Tasks were assigned to the user test.webcon@webcon.com, which no longer exists (In fact, the user still exists, but with a new username). So it looks like test.newwebcon@webcon.com is the (...)
(...) Hi, I need create a new Mass notification list for specific people that have Tasks . I want send a notification for only group that has Tasks . Is it possible to send a mass notification only to the group that has Tasks ? Thank you, Raluca Lupu
(...) Hello, I would like to build an app based on a parallel approval. (2 different Tasks ) 1. Approval for Manager 2. Approval for Economics The process must wait for those 2 approvals responses and then decide on condition. (continue process or stop process) Do you have any ideas / suggestions on achieving that? Thank you.
(...) Hi, I have a problem installing upgrad. I get a message : "User 'public' does not have permission to run DBCC CHECKIDENT for object 'ActiveTasks '. Anyone know what's going on and how to solve it?
(...) Hi Guys I need your help. I start Tasks based on a workflow but attachments do not transfer. If I do it manually as a action on path then the attachments move to subworkflow and its ok. But if I use a cyclical action to call the same action -> "create SQL subworkflow", Tasks are created but without attachments :/ Example in the attachment, I trigger the same action: Uruchom zadanie TEST (en: Ru (...)
(...) Hi everyone, I've been working on a "to do" app and I thought that a calendar report view showing the Tasks to be dane with their date would be perfect. In the calculated columns of my standard table report I have a calculated column with a red square for an overdue task and green for all the "to be done n the future" ones. Works great. I created the same for the calendar report and there is a problem (...)
(...) rks as follows: SELECT ‘value’ AS object of subworkflow (Database field Name) etc. • How to write SQL query / where to get ‘value’ from Dictionary process? • How to set up Step edit/Task creation/Tasks assignment to use this ‘value’ to assignment subworkflows (each subworkflow to other user/users group)? Any ideas?
(...) ich triggers on path, on exit, on entry (and of course on a few more) 2. sometimes process is configured to assign the task to multiple users, e.g. multi-approval (without subprocesses), e.g. assign Tasks to 3 users 3. again sometimes business got the need that after every approval (finalizing single task) they would like to trigger some action, e.g. email after every single approval. in that case (...)
(...) Hello, We are changing the Webcon version from sharepoint to standalone. After installation everything seems ok. However, when I enter some form and fire up the admin options such as "Finish user Tasks " it shows me a "Method not allowed" error. The error also pops up when I try to edit a Word file. Has anyone encountered such an error?
(...) Hello everyone, My Tasks is pretty popular view among users at my company, but i'm getting more and more often questions if i could change the way it works. I really like the default feature, and wouldn't change it, but I've an idea that we could have an 'Selected Element Viewer' control in the Dashboard. I even prepared some PoC - you can check it out here: https://portal.webconbps.com/db/1/app/4 (...)
(...) Hello, I have a parent process with Item list. This item list is list of Tasks . I can add positions to this list and I have a button to initialize this list as a Tasks . In this list I have a title, responsible person, status of the task and section (it should be item list with attributes in the form?). When I add the position and put in all data (title, person responsible and section) I hit the butt (...)
(...) thing similar to task manager. I can create a task with field responsible person nad some dates (deadline and end of task). I;m makieng report, where I want to show all responsible people who have Tasks divided on Active task, Active task after deadline, Finished task in time and Finished task after deadline. I've made calculated column: case when WFD_AttDateTime5 < WFD_AttDateTime6 then 'YELLO (...)