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

search results

for task

(...) f an autocomplete. Nothing wrong with this since you can still get some useful information. Nevertheless, I prefer searching this site using a major search engine. Since I don't like to do repetitive task s I put together some JavaScript which speeds this up and can be executed on any (public) site by clicking on a bookmark. Unfortunately gifs aren't allowed so I attached a screenshot: 1: Search resul (...)

(...) main one. Because the main one will keep being edited after the subworkflows are launched, I've decided to set them as parallel. They will be started through a item list and after one person for the task is selected in that item list. This is bringing me many issues and challenges. First of all, I need to use 2 actions in the subworkfows to fill in 2 different Item List but my query is not brin (...)

(...) tead of the column name. This is especially a problem if the data source is a BPS internal view. WFD_AttChoose1 isn't really helpful for translating. :) 3. There's a slight labeling issue. The PathAndtask s sheet doesn't contain the correct label for object type 33. It should be PathDocumentation instead of PathDescription. Currently "PathDe[s]cription" is duplicated. 4. Buttons are not part of the gen (...)

(...) et in any action? I'm using this article https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 but I want to also check where for example the user is hard coded for the task Assignment for example. Hope you got ideas! Thank you

(...) he translated text uses the old variable ids and only the ids in the original text have been updated to match the new environment. I've noticed this in 2021.3.205 for email notification templates and task descriptions. Razvan from Encorsa confirmed this for 2021.1.4.84 and noticed that you shouldn't use an unsaved field in your translation either. It's negative id won't be updated during save. An of (...)

(...) moving this column from the report, all large reports are loaded almost immediately (even those with many calculated columns). It looks like in this version the query has been changed to the WFElementtask s array? I am curious if someone will confirm this scenario? Regards.

(...) .MoveNext() --- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek --- w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() w System.Runtime.CompilerServices.task Awaiter.HandleNonSuccessAndDebuggerNotification(task task ) w Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.task OfIActionResultExecutor.d__0.MoveNext() --- Koniec śladu stosu z poprzednie (...)

(...) How to change by displaying everything, not only 4 task s? - [|task DetailsTable:4|] How to change task DetailsTable?

(...) r am I wrong? UPDATE: I managed to get on callback the list of dependant item IDs and the main item IDs both in separate attributes. I managed to create actions that I want to perform the desired task s in a path. But this needs user to click the path button - how to automatically add the new items to the list on closing the edit window?

(...) 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:(