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

search results

for automations

(...) Hi, the „new” feature automations is very helpful, but i´ve missed the very often used option „create template”. Are you planning to reimplement this old feature to the actions and automations ? Thanks and best regards Daniel

(...) .SetSecurity.FireAction(WorkFlowObject wfObject, IWFAction wfAction, ITagParser tagParser, IAutomationDataHelper automationDataHelper, String& message, String& logMessage) at WebCon.WorkFlow.Base.automations .Engine.Evaluators.ActionEvaluator.FireAction(ActionBase actionObject, String& userLogMessage, String& adminLogMessage) at WebCon.WorkFlow.Base.automations .Engine.Evaluators.ActionEvaluator.Evalua (...)

(...) eInfo) at System.Environment.get_StackTrace() at WebCon.WorkFlow.BusinessLogic.DataHelpers.SDK.SDKPluginsActivator.CreatePluginInstance[T](Int32 pluginID) at WebCon.WorkFlow.BusinessLogic.automations .Engine.Evaluators.ActionEvaluator.GetPluginExecutionType(IWFAction wfAction, IWorkFlowObject wfObject, IAuthenticationProvider authenticationProvider) at WebCon.WorkFlow.BusinessLogic.automations (...)

(...) ference not set to an instance of an object. Type: WebCon.WorkFlow.BPS.Abstract.Exceptions.WorkFlowException Source: WebCon.WorkFlow.BusinessLogic StackTrace: at WebCon.WorkFlow.BusinessLogic.automations .Engine.AutomationEngine.d__27.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Sys (...)

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

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

(...) Hi, right now configurations are process specific and contain amongst others business rules, form rules, constants, automations . If multiple processes of the same app or even other apps need one of those there is the possibility to create a global equivalent in system settings. Unfortunatelly global objects have no app binding functionality as data sources have. Some global constants, business or form (...)

(...) Hi, after switching a single line text field to an integer number several automations broke - as excpected - because the column name has switched from WFD_AttText1 to WFD_AttInt1. Starting a WF instance brings always an error - as expected. That's why I gave the "verify process" a try and I hope to get some warnings due to broken references. Unfortunately there is no warning and I had to search manu (...)

(...) g too as it is supported in reports. Moreover I suggest to enable the override sort settings in the Studio for a data table to set a default sort order. Example use case: Data table with all cycle automations of workflows with amongst others the column Next Launch. Default sorting should be Next Launch ascending here. Kind regards Sébastien