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

search results

for Automation

(...) SELECT CASE WHEN Count < '4' AND Urgent = 'true' THEN 1 ELSE 0 END AS Result FROM wfelements WHERE wfd_id = {WFD_ID} Inside this timeout, there is an Automation that will increase by 1 the value of the Count. And there is the second timeout configured, that will happen when the next condition is true: SELECT CASE WHEN Count = '4' (...)

(...) hould ring a bell :) I have two possible solutions in my head right now, but maybe other members will have some more. 1. Possibility to select specific attribute / step / path / business rule / Automation / basically any configurable object, and export it as .bpe file. I'm imagining it under right mouse button menu -> Export as Hotfix. 1a. As an extension, maybe a possibility to check multiple object (...)

(...) ee ... maybe if use bold for variables / names - then OK, could stay but still is not perfect. other word - simplify and clear view - remove "noise" 7. If I see "Use" .. I would like to jump to Automation by duble clicking or context menu ... now I need scroll down, open tree ... find te Automation click the Definition and then I see what I would like by doble click ...

(...) Hello, I have a global cyclical action that does some things. And in "Error handling" section i've got an Automation that sends a customized email It was working fine in 2022, stopped working after upgrading it to the newest 2023 version. Currently it is impossible to do such scenario. I've also tried invoking a REST API but it also fails. Those Automation put somewhere else (not in cyclical actions) (...)

(...) I would like to start Flow and save it on start .. why? 1. I have got drop down list - pick signature from other flow then: a) filing the form b) invoke menu button (Automation ) to load item list ... but it works only if menu button is (to have it I need save flow - set Signature ) then it works but with out save and set signature menu button is invisible and can't access :/ if I start flow fr (...)

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