(...) Hi everyone, I have a process which updates the group members. This is done in async mode because the synchronization takes a while. I'm trying to prevent updates by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job get's added to the [UserSynchronizationQueueItems] of the current content database and it maybe get's deleted when t (...)
(...) Error code: 100 Thread was being aborted. at WebCon.workflow .Actions.Engine.ActionObject`1.d__9.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.workflow .Actions.Engine.ActionObject`1.DispatchAsync() at WebCon.workflow .BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.d__23.MoveNext() Thread was (...)
(...) I have a workflow with a step that serves as an approval process. I assign one group and two individuals to this task. My goal is for both individuals to click confirm in this step, and only one person from the group (which contains several people) needs to do so. To summarize, I need to write the logic in a way that differentiates between the assigned individuals and the group, so that only one person fr (...)
(...) g on whether the user has an Active Directory user or not, the user should either be sent to the blue path or to the purple path in WF (2). The issue is that the business rule in the 'Start a Sub workflow (SQL)' actions, which checks if someone has an AD user or not, isn't working when I pass parameters like ##Vorname## [engl. Firstname] and ##Zuname## [engl. Surname] (which turns into {Vorname} & {Zu (...)
(...) problem with process migration between environments - what could the error be and where to look for a solution? System.InvalidOperationException: No item type: WFApplications, id: 25 at WebCon.workflow .BusinessLogic.ImportExport.Mapping.MappingList.GetBySourceId(Int32 id, DbNodeType dbNodeType) at WebCon.workflow .BusinessLogic.ImportExport.Export.ExportManager.RunExportContainingRootNode(Mappin (...)
(...) actions appears ... run subflow >> sub flow is using technical item list filed by invoke menu button action but is element was not saved then .... item list is empty ... So ... how to start new workflow and save it to revive "menu button connected to actions ??"
(...) I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{WFD_ID}# { "workflow ": { "id": "#{WF:123}#" }, "formType": { "guid": "969c349e-ffba-4da3-ab12-1b800fc82a0f" }, "formFields": [ { "guid": "5e195656-8397-4997-8e18-2b890b71d867", "s (...)
(...) Hello, I notice 2 weird situations: 1. I have a ForEach and inside I have a simple "Start subworkflow " action and i try to drag from the collection columns in order to start the workflow with some data completed. When I drag the columns, one is showing a bit weird. It will show ok once you double click it. (picture 1) 2. I have another ForEach and inside I made a business rule that uses, again, info (...)
(...) Hi, this one is related to this post: https://community.webcon.com/forum/thread/5796/15 While I encountered that we can no longer set fields which are read-only using workflow control actions, I have run into the same using single field value actions. Currently 2024.1.1.88 we need to make sure that all fields we are settings with action have at least to be marked as "read-only (cannot be modifie (...)
(...) action, I added automation and the "Execute for everyone" operator, where I indicated the above-mentioned BPS data source. 4. There is automation in the operator that starts a new cycle (Start a subworkflow ). I have 4 actions here because when I start a new element, I use 4 different paths. This is due to the fact that sometimes I assign a task to one person, and sometimes to two people per company. 5. (...)
(...) Hi all! We would like to add a datasource from REST API. Datasource method is POST, since we have many parameters. We need this datasource in different workflow s and parameters are dependent on values entered in current form (different fields in different workflow s) and also should be fetched from database from another workflow . As I can see there is no way to use current form field values (in (...)
(...) Hi, if we are saving a workflow instance the form validation is ignored. This includes regular expression. In my opinion the regular expression should be checked and if they are not successful, saving should be prevented. Otherwise we will be able to save invalid data, which in turn can lead to issues, if the data is used in other workflow s. In our case the field can be used as the display name of c (...)
(...) Hello, we did “live testing” for one non-critical application in DEV environment. Is it possible to migrate application including the data (workflow instances and dictionary data including their history) to higher environments TEST & PROD?
(...) Hello, I have an itemlist where, upon exiting the step, each data row is sent to a separate instance in another application through a subworkflow action. At the moment I can only enter one attachment per dataset but I want the possibility to send multiple Attachements. I got the hint to use the splittotable-function when multiple attachments are added to the itemlist record. Now my question is h (...)
(...) e n'est pas prise en charge. Nom du paramètre : name cz-cz n'est pas un identificateur de culture valide. à System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) à WebCon.workflow .Service.SolrIndexer.Steps.DetermineLanguageStep.c.b__26_3(String x) à System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() à System.Linq.Buffer`1..ctor(IEnumerable`1 source) à System. (...)
(...) Hello everyone, I have a workflow where I generate an attachment. When I create the attachment on my path the next step is that, a OneDrive connection is established in the next step on entry using the "Start editing a file using OneDrive" action. In my workflow , about 200 people are authorized to use it. From what I see now, this action grants each person read and write permissions. Essentially, it wo (...)
(...) I have created a special report for a subdevision, and granted a User for only see the Report. But he does not have the grant to look into the workflow . It ist our internal Ticket system and only the IT Guys shoud get access to the workflow and Ticketdatas Other Subs only should have their own Report to see how many Tickets are in work. And this overview shoud be only visible to the Sub Manager. S (...)
(...) it would be a great option to exclude processes or form types from the search index. Processes I would like to exclude most of the time: - Dictionaries - Document template - Technical / helper workflow s There are even cases, where it would be great if a workflow instance of a specific form type would be excluded. For example when a workflow instance get's "archived", we change the form type, so (...)
(...) elements in the folders, while we could set "Sort alphabetically" for the remaining in the list. Configuration / English layout Main start button (fixed) Active (folder)(fixed) - Start main workflow (fixed) - Main workflow (fixed) - Child workflow (fixed) History (folder)(fixed) - Child workflow (fixed) - Main workflow (fixed) Administration (folder)(fixed) - Dashboard (fixed) - Often (...)
(...) Hi, I have a strange situation. One of our users, who is a business administrator on a workflow , is suddenly getting an error when attempting to view workflow elements. The error displayed is "Execution timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding." This is only happening to this specific user. Where should I even go to look for any (...)