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

search results

for path

(...) that I created some time ago. In doing so, I started to implement some things (e.g. sending emails) in a better way. Now I have noticed that I have an "on entry" action in the step actions in some path s (which was previously responsible for sending emails). Where can I find this "on entry" automation? The automation is obviously not available in the step under "on entry" (see screenshot) - I hav (...)

(...) hi I have datetime type fields i.e From and To , i want to check in current db table (WFElements), if datetime exist or not between two dates validating on form submit path using sql query. Issue: all the time showing validation error message , My validation Sample below: select case when ( SELECT count(*) FROM [BPS_Content_Prod].[dbo].[WFElements] where wfd_attchoose1='{1189}' (...)

(...) , there is a section column which should have a name of the attribute. And based on it this attribute will be seen in Task Workflow to edit. To the first point, I've tried to add action on ending path in Task Workflow to update related workflow instances, but I don't see Item list. Maybe SQL?? But I don't know how to write it... Thanks for help.

(...) Hello, I have a workflow and after clicking on the path button I want to assign it to the another workflow as a sub-workflow. In start step I have an attribute where I can choose the instance of workflows and after clicking the path button, this workflow will be a sub-workflow of choosen workflow. I don't know if I write it clearly :) Regards Adam

(...) n.finnova.com/db/1/app/15/element/57427/%E2%80%9DMessage Support This way it prevents from opening external links. Is this by design or am I doing something wrong? I found another solution via path action "Hyperlink" but this inevitably uses a path Button and I would like to be more flexible, thus the HTML field. Any idea? Thanks.

(...) Hi there I implemented the docusign sdk and transferring docs to sign works like a breeze. BUT: checking if sent enevlopes are signed and then sending the workflow along the specified path is simply not working. I followed the docs according to this: https://community.webcon.com/posts/post/docusign-digital-signatures-in-webcon-bps/36 I do get the following error(s): WebCon.WorkFlow.Mo (...)

(...) eld type: Yes/No choice. I would like to save instance on Yes/No choice field change. I put to the field style and behavior – Form rule to be executed on value change – MOVE TO NEXT STEP XYZ. The XYZ path is starting and ending in current step (i.e. it is in fact the SAVE path ). When value is changed, it is showing error message. When clicking on the SAVE button (SAVE path ) it is working correctly. (...)

(...) Hello, I have a simple workflow that is translated from fields to steps and path s. When I change the language from the portal the preview picture of the workflow does not change. Should the language of the workflow preview change based on the language of the logged user? Regards

(...) nguage as well as English. This way our clients will have a more professional experience. Even if we have everything translated, the preview that we see is in the language used for naming the steps/path s initially. It would be a nice touch if the language of the preview would be the same as the language selected in the users settings. Obviously, if a path /step has missing translations, the default (...)

(...) Hi guys, i use the mailapproval function to "accept" or "decline" a step. The "accept" path works fine with mailapproval. The "decline" path actually has the comment set to required and therefore the path transition operation failed with an "validation error". What can i do to set the comment not required in case of mailapproval or even better to add a comment in the mail which is then used for (...)

(...) Hi Everyone! When I try to update BPS from version 2022.1.4.377 -> 2023.1.1.89, in the step: "Database verification" the following error message appears: "There is no update path between versions."and the installation process stops. Where could I check which update path s are valid? Best regards!

(...) Dear All we have a lot of pie charts at our dashboards and when someone has a lot of cases in different instances of pie chart dimenssion e.g. depo, country, acceptacne path it is difficult (esspecially since WEBCON2022) to select certain part of data. it would be nice to have option to select one lable from the graph legen or deselect all and then select one instead of deselecting several + recent d (...)

(...) : 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc00000fd Fault offset: 0x00007ff98fcd3842 Faulting process id: 0x1140 Faulting application start time: 0x01da4d635bcdedff Faulting application path : C:\Program Files (x86)\WEBCON\WEBCON BPS WorkFlow Service\WebCon.WorkFlow.Service.exe Faulting module path : unknown Report Id: a2ed5b8a-9539-4d70-a83e-641676f4293b Faulting package full name: F (...)

(...) anything like that. Everything has to be done strictly according to the workflow definition. So if I have one start, 3 ends and 10 statuses in the middle, do I need to add a special termination path to all 10 statuses in the middle? Is there any other method with only one instance of something that could prematurely terminate the process? Rafał

(...) leware.InvokeAsync(HttpContext context) at WebCon.BPSCloud.Portal.Extensions.RestApiLogging.RestApiLoggingMiddleware.Invoke(HttpContext context, IPerformanceCounterFactory counterFactory, IVersionpath Parser versionParser, ICurrentUserProvider userProvider, IRestApiLoggingManager restApiLoggingManager) at WebCon.BPSCloud.Portal.Extensions.RestApiLogging.RestApiStatusCodeMiddleware.Invoke(HttpCo (...)

(...) nd then the target field values do not reflect the value for a longer time, without any information. There's also one drawback I've encountered. If the user doesn't wait and hit's save / uses a path , the target fields may not have been updated yet. Best regards, Daniel

(...) Hello dear community! I have a question regarding OneDrive. I've set up a path that loops back to the same step. On this path , I have the action 'Start editing a file using OneDrive'. Additionally, I have established a data connection to my OneDrive in 'Data Sources', which works when tested. However, when I execute everything, it loads for a bit, and then I receive the error message: 'Error transfer (...)

(...) I have got problem (I don't see option / feature) Problems: a) Item list row no ... is not related with row ... :/ - solution >> on path (I don't need earlier) add extra column with index no. to "fix" (create relation) the row no. [semi solution] any other solutions? b) sorting by status: I have got Item List with column "status" (drop down list) I have 3 option to pick: - choice field (t (...)

(...) Hey, I have a problem with calling a REST action via timeout or global action. When performing a global action moving a document a path with a rest message there is an error.... When a document is pushed via a path where a REST action has been configured,... a problem occurs. When I manually press the button on the form, the message sends and there are no problems.... ver. 2023.1.3.76

(...) n is true: SELECT CASE WHEN Count = '4' THEN 1 ELSE 0 END AS Result FROM wfelements WHERE wfd_id = {WFD_ID} that will move the instance to a certain path . The problem is that, second timeout never runs, even if Count will actually become 4 at a certain time.. Can you help in any way? Thank youu!