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

search results

for Automation

(...) 9" [] "during saga execution: Failed with an unknown exception". See the attachment for a picture of that. How I tried to realise this scenario: On the only path from the Start button i have an Automation that starts a subworkflow and then saves the subworkflow ID to a technical field. (Or at least I think that it should do that, see attachments). Then in the mainform Workflow I have a step that is w (...)

(...) em.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.WorkFlow.BusinessLogic.Automation s.Engine.Evaluators.ActionEvaluator.d__23.MoveNext()

(...) ello, I have STEP A and STEP B both going into STEP C. In STEP C I have made a path called BACK where I've put as destination step "Back to previous step", but now I'm wondering if I can set up an Automation with actions that will act differently depending on where it goes next, STEP A or B. Is there any way to do this? Thank you!

(...) d, Process, ACT_Name, ACT_ID, ACT_Description, Type, AUTM_Name, ACT_AUTMID, ACT_Configuration from ( SELECT [ACT_ID] ,[ACT_Name] ,[ACT_Configuration] ,[ACT_Description] , Automation Process.DEF_ID ProcessId , Automation Process.DEF_Name Process , 'Automation action' as Type ,[ACT_AUTMID] , AUTM_Name , DEF_APPID FROM [dbo].[WFActions] join Automati (...)

(...) rameters. Sometimes we need to send a specific value, for example: a value from an item list or a calculated value, and it is easier and more efficient to save the value in local parameters from an Automation rather than saving the value in a physical field. (Usually, these values are needed temporarily and it is not necessary to save them in a field). Another example : When we create a sdk type business (...)

(...) 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 (...)

(...) ne of the leaders in the Low-code Application Platform space with 75 partners around the world, and over 650 clients in 30 countries, across all industries. Our industry-leading low-code process Automation platform helps organizations boost productivity, improve business decisions and deliver savings through better process management. With WEBCON BPS, companies digitalize processes by building compr (...)