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

search results

for workflow

(...) urrent situation: The picker field will store the selected values in the order they have been chosen. If you use this field as a group, every unique "string" will be used as a group. Example: workflow instance 1: IT: Research & Development workflow instance 2: IT: Research & Development;Quality Management workflow instance 3: IT: Research & Development;Quality Management workflow instan (...)

(...) is. Example - I have application named A. I would like to get an exact copy of this application named B (or maybe almost exact becase of data sources and keywords list). I want to have all workflow s and forms working exactly the same in A and B. The only differnce will be two separate sets of users. I don't like to use tenant mechanism. It must be another application. How to obtain this r (...)

(...) Hi everyone, it would be great if we would have an additional option to the "wizard mode". The implementation of the wizard mode always displays the current workflow upon path transition. At least I have quite often the situation, that I need a "conditional wizard mode". This means, that the wizard mode depends on the new assigned person. If it's the same person as the current one, the workflow nee (...)

(...) CacheOrganizationStructure]) COS_AD_name by means of a form field value (see 1.png) - Rule works fine if clicked on 'Test' button - This business rule is used in the cyclical action 'Update related workflow instance' with the goal to update a workflow 's form values on an interval (thus using 'Change value of single field is not available as an action) - In the 'Data' tab for the action configuration I (...)

(...) Hi everyone I would like to ask you how to remove studio users license. Removing workflow users license is obvious (click on "Release license"), but studio users license is probably more complicated. I would be greatful for any help Regards

(...) Hey everyone! Does anyone know it is possible to integrate Webcon with Zimbra instead of Exchange? I'm particularly interested in the HotMailBox functionality - starting workflow s when a new email arrives in a selected mailbox.

(...) I have problem with configuration hotfolders. I would like add option to automaticly add attachments to existing workflow by barcode. Only worked solution is worked for me is start new workflow but is not what i need. I was based on https://howto.webcon.com/hotfolder-adding-scanned-files-to-process/ I don't now why onlu "standard barcodes" is enabled in designer studio if "attachments based on barc (...)

(...) tton added in html form? My idea is like a picture I addend, but when I click on the button I get error Message=Error occured during rule SQL Dodaj powiązanie (Id: 136) evaluation. Source=WebCon.workflow .Base StackTrace= at: Evaluation requested at: Evaluation node: Rule at: Evaluation node: SQL InnerException: Message=Error occured during rule SQL Dodaj powiązanie (Id: 136) evaluation. So (...)

(...) Hi everyone, I have the following use case for a customer: A workflow should be started from Outlook using the (full) Addon. Based on the from address some more information should be retrieved from a custom database and populate other fields. So far so easy, at least in the dev system where I can modify the data in the custom database. This is where my problem/the question starts: Does anyone have (...)

(...) Hi, because of the lately very, very poor performance of SQL-Reports I have changed some reports to Searchindex. The SQL-Reports always only show the workflow s that the user has access to, after I changed it to SearchIndex every user sees everything in the report, but of course then can't open the instances they dont have permission to. The predefined Filter is set to all. Is there anything I can do t (...)

(...) Hi, I've found the problem with a report configuration. If I chose 2 workflow s in a report. In one workflow I chose "All steps", and in another one "Selected steps", I don't see the workflow documents where I chose "All steps"

(...) Has anyone experienced Webcon workflow Service changing values of attributes by itself? As you can see in the attached screenshot, the change occured on step "Dekretacja" with no path passage. First at step "Weryfikacja OCR" the values of the OCR verification were corrected by the user and passed to the step "Dekretacja" for further proceding. But at that step Webcon decided to change the two fields (the (...)

(...) Hi everyone, with the advent of BPS 2022 during the save/path transition of an workflow instance it will be checked, whether the latest version of a process matches the version whit which the instance has been retrieved. If you save the process in Designer Studio it will get a new version and you have to reload the page. You can no longer execute paths or even save the workflow instance. While I can (...)

(...) Hi all! We have a workflow (service order) containing an item list, which represents a shopping basket. We have a workflow containing several sales locations, which can create service orders for their location. Every time the shopping basket changes we need to send (delta) reservations to an external system with a SOAP request. So far so good, this is a common scenario ;-) What we have so (...)

(...) ------------------------------------------------------- CallStack ------------------------------------------------------- at WebCon.workflow .Studio.Logic.Authentication.PortalRequestHandler.CreateException(HttpResponseMessage response) at WebCon.workflow .Studio.Logic.Authentication.PortalRequestHandler.ExecuteGetRequest(String path) (...)

(...) m one process to another and after save I can't open this process anymore. Message=The given key (432) was not found in WFBusinessRuleDefinitions cache for current content database. Source=WebCon.workflow .Data StackTrace= at WebCon.workflow .Data.Caching.Collections.WFBusinessRuleDefinitionCacheEntityCollection.ByID(Int32 id) at WebCon.workflow .Studio.Logic.Managers.BusinessRules.InlineBusinessR (...)

(...) Hi everyone, this is just a short list of actions I had to do, when I switched from a "local" text field, WFD_AttText1, to a global WFD_AttText1Glob: 1. Fixing Start Subworkflow actions Due to the change of the field type the assignment was "lost". Internally the action uses the database name, so it's obvious, that the assignment of field {690} to field WFD_AttText1 is no longer valid. Configurat (...)

(...) Hi, Why is only one task created, and everything executes in it, when I execute the following code in a loop: args.TransitionInfo.TasksToAdd.Add(new WebCon.workflow .SDK.Common.Model.NewTaskData(new WebCon.workflow .SDK.Common.Model.UserInfo("webcon", "webcon"))); Best regards.

(...) At this pointthe only way to generate multiple word documents is to create multiple actions, or if you have a dynamic number of documents, you should use subworkflow s. The second solution works alright when we are talking about 2-20 documents, but (I'm not sure if all of you are aware) creating an new instance, ore moving it one step is a verry slow action and if you need to move or create 1000 instan (...)

(...) Hi, Do you know how to make rows in a 'Data table' field colorful? I get some data from subworkflow s by the table field and I want to color some rows depending on their status: open - blue, closed-green ... Is there such posibility?