(...) orm, then children forms, and edits field on parent form which is used to validate children forms - validation rule passes even when it shouldn't. From what I've read here* it seems that 'On path' automation s are executed before form values are saved into the database. So I'm executing that [Validate] path before data is updated with new value. I can't really move it to 'On entry' of next step, because (...)
(...) er receive to many and want to receive only a summary on a scheduled interval. While we can and have implement a configuration for an application on process level this is still limited and makes the automation s less readable while the option to send a mail with a task can not bused at all. My suggestion would be to provide an plugin/extension for the existing "send mail actions". Provided options of t (...)
(...) ] 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 joins ... )
(...) e.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.Actions.Engine.ActionObject`1.DispatchAsync() at WebCon.WorkFlow.BusinessLogic.automation s.Engine.Evaluators.ActionEvaluator.d__23.MoveNext() Thread was being aborted. Hello, I have a global action - cyclical which runs every 3 minutes for 1-2 hours and is starting a subworkflow. (...)
(...) attachment action is not something I would like to do. Not only because of the effort but because there are now two places which need to be maintained. Here's a statement to check which processes /automation use the action: SELECT [ACT_ID] , ACT_ActionKindID , ACT_Name , case when [ACT_DEFID] is not null then actionProcess.DEF_Name else automation Process.DEF_Name end Process , AUTM_Name FR (...)
(...) cedure: 1. I created a BPS source that lists all 10 reports from the last month. 2. The BPS data source has columns including: ID, Signature, Author, Company, etc. 3. In the cyclic 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 (...)
(...) people from item list [slave] : a) assign to all BPS users and skip non BPS users and others b) if any of people is not BPS user then assign to person from form (who is BPS user) What I did: 1. automation where I have a) Set local variable "Manager" from form atribiute (user with BPS account) 2. For each item list row: a) I thing about operator "Condition" - how to do check condition ? to receive (...)
(...) Hello, I'm wondering if it's possible to trigger the automation of a menu button every time the user opens a specific page. There is already a HTML field (button behavior) in my form that will do exactly the automation I need, but will be more helpful if this happens automatically instead of waiting for a click from an user. Thank you very much!
(...) have a faulty configuration. Best regards, Daniel SELECT TOP (1000) ROW_NUMBER () OVER ( order by actionDefinition.ACT_ID asc) as RowNumber , actionProcess.DEF_Name as ActionProcess , automation Process.DEF_Name as automation Process , WF_Name , STP_Name , PATH_Name , PLU_Name , actionDefinitionautomation .AUTM_Name , actionDefinition.[ACT_ID] , DicActionKinds.EnglishName ActionK (...)
(...) ebCon.WorkFlow.BusinessLogic.Helpers.NewObjectNameCreator.GetFirstFreeNumberNameFor(IEnumerable`1 existingNames, String newObjectName, String nameFormat) w WebCon.WorkFlow.Studio.Logic.Managers.automation s.automation sManager.Cloneautomation (automation Entity entity) w WebCon.WorkFlow.Studio.Forms.ModuleProcess.ProcessController.Cloneautomation (automation Entity automation ) w WebCon.WorkFlow. (...)
(...) LOG_ASEID LOG_ActionExecutionGuid 409 1022 187 495 1061 2 20-03-2025 19:26:15 20-03-2025 19:26:15 System.Byte[] 1021 Version: 3 FALSE 0 2 3 FALSE Rollback after an error in automation b33951bc-bf05-45e4-a8a8-abbb692210d9 309 408 1022 187 495 1061 69 0 20-03-2025 19:26:15 20-03-2025 19:26:15 System.Byte[] 1021 Error code: 100 Request Start Request-Url: (...)
(...) rkaround from Daniel is not really convenient: https://daniels-notes.de/posts/2021/retrieve-ps-variable-value It would be really nice if one could define input and output parameters like in other automation . In our ESM-tool from Matrix42 the configuration of parameters/variables is described here: https://help.matrix42.com/030_EAP/020_WFStudio/Matrix42_Workflow_Studio/Delivered_Activities/Matrix42_Gene (...)
(...) d API in 2025 R2. I have a client application with application context and added the scope App.UserDefAPI.ReadWrite.All (according to documentation this is necessary to get access to endpoint with automation ). In addition the REST API client is application admin, can start new workflows and so on... What I am trying to do is a POST to an automation endpoint, which starts another workflow in its aut (...)
(...) Hi all! Maybe this question has already been answered before, but I am struggling with an automation and action 'Invoke REST webservice'. I want to start REST API endpoint within a cyclical action on a daily schedule. This is some kind of 'long running operation', at the moment it takes 10 minutes on PROD environment. I already set execution time limit to 6000 for automation and also in global c (...)
(...) hey, i'm trying to create an alert notification in case some of the dates are not matching in the form. main problem is that i cannot use form rule(Alert) in the automation , as it would need to be triggered on menu action 'Upon instance saving..'. is there any way around this ?
(...) Recurring actions – adding the option to send notifications and, in automation , the option to add them to a recurring action. Currently, such notifications must be created by creating a workflow and then setting a timeout in it.
(...) The possibility to add group owners made the administration of groups much easier. But in environments with a lot of groups, changing the ownership can be a pain without using some type of automation I would really appreciate, if we could use BPS- and AD-Groups as group owners.
(...) Hi, I'm going through data migration process via sharepoint lists and the protocol that I want to achieve it with is by using cyclical actions. I've created an automation that is runing subworkflow(sql) and there is a problem with mapping. Data source has exact values that I need, and I'm using them as intended but the problem is I'm getting data rows I don't want and even then those queried fields are stil (...)
(...) I have an automation "Get Full PDF" which includes a "invoke Rest-Service". If I run this automation via Menu-Action => all is fine. If I run this automation in a Timer-Action of a system-Step I get this results (this also happens if I run the automation on path-action) last operation status success: False last operation status validation error:True error exec. time exceded: False error msg: Invoke (...)
(...) ion, allows using PATCH requests: https://docs.webcon.com/docs/2025R2/Studio/Process/APIDefinition/#2-running-mode However, in my 2025 R2 environment I can only see these running modes: • Run automation • Get data from data source • Get data from element instance The tooltip in Designer for Get data from element instance says: “Allows you to retrieve element instance data from the process whe (...)