(...) tomationProcess.DEF_ID ProcessId , automationProcess.DEF_Name Process , 'Automation action' as Type ,[ACT_AUTMID] , AUTM_Name , DEF_APPID FROM [dbo].[WFActions] join Automations on ACT_AUTMID = AUTM_ID left join WFDefinitions automationProcess on AUTM_DEFID = automationProcess.DEF_ID where [ACT_Configuration] like '%1%' union all SELECT [ACT_ID] ,[ACT_N (...)
(...) 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' Automations 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 t (...)
(...) 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 Automations 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 th (...)
(...) e.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 being aborted. Hello, I have a global action - cyclical which runs every 3 minutes for 1-2 hours and is starting a subworkflow. (...)
(...) hen actionProcess.DEF_Name else automationProcess.DEF_Name end Process , AUTM_Name FROM [dbo].[WFActions] left join WFDefinitions actionProcess on ACT_DEFID = actionProcess.DEF_ID left join Automations on ACT_AUTMID = AUTM_ID left join WFDefinitions automationProcess on AUTM_DEFID = automationProcess.DEF_ID where ACT_ActionKindID = 79 /* Only action templates */ and ACT_ACTID is null
(...) stem.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.BusinessLogic.Automations .Engine.Evaluators.ForEachEvaluator.d__10.MoveNext() ------------------------------------------------------------- Akcja Uruchom podobieg nie została wykonana. (Action ID: 18338) User Log: A (...)
(...) Audytowani (ID: 1351) Proces startujący: Ankieta po Audytowa Wiadomość: System.NullReferenceException: Object reference not set to an instance of an object. at WebCon.WorkFlow.BusinessLogic.Automations .Engine.AutomationEngine.RunErrorFlowCollectionAsync(AutomationEvaluationParameters parameters, AutomationWithParameters automation, AutomationRuntimeResult currentFlowResult, CancellationToken cancel (...)
(...) option, as it somehow shows that this action is integrating with another app. It separates the concern a little bit. It's like an interface. I think we are missing something like 'Exposed process Automations ' - automation declared on process level, but exposed to be used in other applications. This would allow us to create somewhat like interfaces, so applications won't be so tightly tangled up togeth (...)
(...) eID left join WorkFlows on ACT_WFID = WF_ID left join WFSteps on ACT_STPID = STP_ID left join WFAvaiblePaths on ACT_PATHID = PATH_ID left join WFPlugIns on PLU_ID = ACT_PLUID left join Automations as actionDefinitionAutomation on actionDefinition.ACT_AUTMID = actionDefinitionAutomation.AUTM_ID left join [WFActions] as templateAction on templateAction.ACT_ID = actionDefinition.ACT_ACTID (...)
(...) ebCon.WorkFlow.BusinessLogic.Helpers.NewObjectNameCreator.GetFirstFreeNumberNameFor(IEnumerable`1 existingNames, String newObjectName, String nameFormat) w WebCon.WorkFlow.Studio.Logic.Managers.Automations .Automations Manager.CloneAutomation(AutomationEntity entity) w WebCon.WorkFlow.Studio.Forms.ModuleProcess.ProcessController.CloneAutomation(AutomationEntity automation) w WebCon.WorkFlow.S (...)