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

search results

for path

(...) lWorkFlowObject workflowObject, ITagParser tagParser) at WebCon.WorkFlow.Base.Managers.Actions.ActionManager.FireSingleAction(InternalWorkFlowObject workFlowObject, String actionTypeName, Boolean canpath Change, Boolean checkInsertToPendingActions, FireActionsSummary fireActionsSummary, IWFAction action) at WebCon.WorkFlow.Base.Managers.Actions.ActionManager.FireActions(IEnumerable`1 actionsToFire, I (...)

(...) there any documentation on how to use Sign an Attachment action? We try to perform an internal PDF signing process. Businesses want to use an easy way to sign internal PDF documents only by using path . I try to add the certificate to the signature but i have an error: "Error on creating digital signature: The private key for this certificate was not found."

(...) - for each row in Item List A check if column Person = Person in data sorce - copy all to Item List B and repeat - if i Could initialize it .. could be grate .. if not .. I can add this to step / path ect. / menu button At the moment if I have Dropdown list and One Person then I can do Filter to Itemlist B ... If in Drop down list I have got 2 or more people then filter is not working because (...)

(...) I have Actions on path ... Generate Word Convert Word to PDF Delete attachment (docx) or more ... demands Appears during process ... I would like to select 1.2.3 Actions (right click save as automation) .. not like now i can do 1 to 1 .... or ... I could do Automation with 1 operation then pick it in "path " and then edit it and add more actions ... Maybe I'm wrong, but I do first ac (...)

(...) on current workflow element for security reasons. I tried putting the action 'On exit' of the current step, before executing all other actions (assigning tasks, adding certain privileges, ...) on path to next step. According to an old documentation 'On exit' actions should be executed first and should not be dependent on the path , that was taken. Unfortunately the action 'Remove privileges' (...)

(...) Index (zero based) must be greater than or equal to zero and less than the size of the argument list. SQL query: SELECT 111 as WFD_ID , 222 as path _ID

(...) Hi, I have a situation where multiple users get assigned tasks on a certain path . The parallelism is set to Completion - All. It mostly work fine. But if certain users complete their task before other users do, the workflow goes into the next step, despite other user tasks not being completed. When I look at the element history, when other users finish their task, "Completion - All" and their name (...)

(...) tachment). Based on BranchNumber, and BuildVersion you are able to specify which Webcon version have been used to export that specific .bpe package. You might also use this powershell script: $path = '.\bps_package.bpe' Expand-Archive -path $path -Destinationpath . -Force [xml]$xml = Get-Content $path .substring(0, $path .length-4) $xml.SelectSingleNode('//PackageVersion')

(...) Hi, in this version, data verification takes place for each field of the type: Choice field, regardless of whether 'Attribute validation' is selected on the path or not. I need advice on how to get around this problem in the case of path s such as: Reject, Reverse, where these fields contain random data, e.g. set via OCR - without any intervention in the fields by the user. Regards

(...) I would like to send an email with a link to the client. Clicking on the link signifies ACCEPTANCE. Such acceptance would trigger a transition path in WEBCON. How can this be done? Do you have any ideas? The client is an external user.

(...) way in Webcon BPS Portal to start a workflow with anonymous access (without authentication)? What we need here is some kind of public form for new registration of users. This form also should have path authorization, to verify a new registered user (e.g. by sending a code via email). But I think this only user-related and only works with already registered users. I know there is a new feature ca (...)

(...) additional forms (children). It's 2 level tree childrens are leafs, they can't be parents. On those children forms, there are validation rules, which depends on data from the parent form, and a path [Validate] which checks for required fields. To make sure that children forms are filled properly - when I'm moving the parent form to further steps I'm invoking that [Validate] path on all children (...)

(...) Similar to that thread: https://community.webcon.com/forum/thread/969/15 on initial step on path action to count attachment did not work ... doesn't matter if element is saved or not. The attachment was added by item list.

(...) WFDID}' [/code] with out "e.DET_WFDID ={WFD_WFDID}" webcon design studio ... is close to crash ... any way ... if i do: "e.DET_WFDID = 'parent id' i have what i wont (just for check). on path if I put that automation - it semi work ... is filled columns but whatever is set as "attachment" always returns "attachment was removed" another issue is doubling records ... (probably to many (...)

(...) 'm not sure if this is something that changed in the versions or I'm missing any configuration. I checked that users with the access 'Access and Edit all Instances' are allowed to select Available path s even if they're not the assigned person. I know that although having the rights to edit the instances, it couldn't be moved and that yellow message was shown because another person was the assignee (...)

(...) 4393.7070, time stamp: 0x666269e8 Exception code: 0xc0000028 Fault offset: 0x00000000000a5a70 Faulting process id: 0x3dd8 Faulting application start time: 0x01dad1f5fad4b7a1 Faulting application path : C:\Program Files\WEBCON\WEBCON BPS WorkFlow Service\WebCon.WorkFlow.Service.exe Faulting module path : C:\Windows\SYSTEM32\ntdll.dll Report Id: e616e2b0-0f38-47b1-b76f-4f8b73147cc9 error log: (...)

(...) Hi, I'm currently reducing the execution time of a long path transition in version 2023.1.2.44. In this context I noticed that saving the instance executes "recalculate rows". In our case this causes another execution of data rows which are only used for displaying information. They are not used in any other combination, even the usage tab is empty. It would be great, if we could have a checkbo (...)

(...) possible to remind the user to save the form after adding several items to the item list (WFD_SubElems). I ask because users report a problem, such that they forget to save (click on the transition path ).

(...) Hello, I want to clear some form fields after path transition that leads to the same step. I tried using action template to change values of multiple fields by inserting null values, howewer I get an exception when it gets to the datetime fields: System.ArgumentNullException: Value cannot be null. Which value should I insert to set date form field to empty, or is there another way to do (...)

(...) Hello! is there a best practice how to transfer data from an external data source (eg. sql server) into a dictionary in webcon (and webcon in general)? I heard something about a technical path ?