(...) Hi everyone, I think it would be great to have an opportunity to add the option to exeCUT e a form rule in case of a 'Validate form' action fails. In most of my cases there some special condition which relates to a field/tab. Having the option to exeCUT e a form rule would allow to: - focus the field - show the tab - exeCUT e some JavaScript which would could display a subworkflow which needs (...)
(...) finish in the loading screen? I have created an automation which invokes a SOAP service and it takes some time (20 seconds). This thing must be disturbing for the user. As i see, actions are exeCUT ed synchronously, meaning the user interface waits for the action to complete before allowing further interactions. Any ideas? Thanks!
(...) low. The query entered during the configuration works fine in testing. However, when I try to run the subworkflow in the application, I receive an error message that says, "An error occurred while exeCUT ing the start subworkflow (SQL) action at the path. (Step: Verify application, Path: Submit for review) Incorrect syntax near the keyword 'from'." What could be the cause of the error if the test quer (...)
(...) Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.Service.ActivityExeCUT ors.QueueActivityExeCUT ors.UserSynchronizationActivityExeCUT or.d__4.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.Exc (...)
(...) Hello, I have a workflow and a final step where i exeCUT e "On a timeout" automation. But sometimes, it is not exeCUT ing because it says it is checked out by the user. WEBCON BPS Timeout ID (TIM_ID): 2 Message: The element has been checked out by user: Is there a way to prevent this thing? So you cannot edit the form on the final step?
(...) t[] args) at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExeCUT ionContext.RunInternal(ExeCUT ionContext exeCUT ionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExeCUT ionContext.Run(ExeCUT ionContext exeCUT ionContex (...)
(...) Hello everyone In a process I run a cyclic action in the Global Actions. This action contains a "Start a subworkflow (SQL)". When the subworkflow action is exeCUT ed I just get the message 'Incorrect syntax near '}'.' in the *Last error* field. As seen on the screenshot There is no '}' in the SQL query of the subworkflow action... So now I am facing the mystery where exactly this error occurs (...)
(...) reate an item list with all active workflow instance - Fetch the data from the ERP system for each row - Compare the old against the new data - Trigger an update if something changed Problem: ExeCUT ing xxxx REST Requests in a "for each" loop in an item list will probably exceed the timeout of path transition. There's no option to filter the item list in the "for each" loop. Using a "any collec (...)
(...) Hello :) I have an issue with attachments. I added new .xlsx file into attachment form field - this was empty file with picture inside. Now when I am trying to open it in preview panel picture is CUT like below. Does anybody have an idea what can be a reason? Thanks a lot for help
(...) as caused by form rules which used G_ variables which were no longer available, the view/desktop endpoint hadn't send a response yet but a JavaScript form rule from the previous instance was still exeCUT ing. While coping with this I noticed that the response are quite big (1). About 50% of the 418 kb is the value of the jsToRegister property. Maybe we can do something about his our selves by prov (...)
(...) ML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.62", "events": [ { "id": 11030, "userTime": "2023-08-31T05:51:09.457", "category": 0, "exeCUT ionTime": 8, "dbId": null, "appId": null, "data": "{\"Url\":\"/api/substitutions/new/forOther\",\"Duration\":2,\"StartDateTime\":\"2023-08-31T07:51:27.313263+00:00\",\"Detai (...)
(...) emp\Deployment\A3Y823NQ.KMT\9J59YY7H.WXE\sk" appears when loading the plugin. \Webcon.Workflow.Outlook2010.resource.dll" (I'm attaching a screenshot). Massive deployment from sccm . Command line : ExeCUT e-MSI -Action Install -Path "v100.msi" -Transform "v100.mst" -Parameters "WorkFlowUrl=`"$envProgramData\Webcon2\WebCon.WorkFlow.Outlook.vsto`" /qn" What could be the issue?
(...) Hello, do you know if it's possible to expand the email message preview area on the form (file .eml)? Currently, the email message in the preview is CUT off. You can see it in the footer.
(...) logins, maybe ad/bps groups, for which access to the webcon bps portal would be blocked. I think that such a solution would also be advisable for data security reasons, it would make it possible to CUT off the user and give him time to make complete changes to the system. On the other hand, it may be worth considering a mechanism that also works the other way round, i.e. access only for defined (...)
(...) the problem . By changing the columns of the report in the source database, for example clicking the "default view" checkbox twice, (4), the variable definitions had been restored (5). You can exeCUT e this SQL statement to verify if there's something for you to do. It should not return any rows. SELECT TOP (1000) [ARP_ID],[ARP_APPID] ,[ARP_Name],[ARP_Configuration] FROM [dbo].[AppReports] (...)
(...) Hello, Do you know how can i find what query is exactly exeCUT ed when i'm using raports in WEBCON. What SQL SELECT is inside, I knew that i can find it some where in the console(debug mode) F12, but I can't find it right now. Or there is some database table with this ?
(...) ebCon.WorkFlow.BusinessLogic.DataHelpers.SDK.SDKPluginsActivator.CreatePluginInstance[T](Int32 pluginID) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.GetPluginExeCUT ionType(IWFAction wfAction, IWorkFlowObject wfObject, IAuthenticationProvider authenticationProvider) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.GetActionExeCUT (...)
(...) now which Webcon action I can use for this. (What I already have is a "BPS internal view" of all instances from the process. With this I could filter on the reminder date, but I don't know how to exeCUT e an action for each entry in the BPS internal view or element so that the mail is sent [Send a custom email]). Can anyone help me with this? Thanks.
(...) ist with few rows and few columns, one is the column field type: Yes/No choice. I would like to save instance on Yes/No choice field change. I put to the field style and behavior – Form rule to be exeCUT ed on value change – MOVE TO NEXT STEP XYZ. The XYZ path is starting and ending in current step (i.e. it is in fact the SAVE path). When value is changed, it is showing error message. When clicking (...)
(...) 022.1.4.326. I have this html content in one of HTML field in Webcon: the purpose of this is to run bussinessRule. But in new version it looks like there is no uxContext function exeCUT eBusinessRule(ruleId, ruleName, uxContext, params) { let formModel; let formInfo; window.Injector.resolve(['ModelController', 'FormInfo'], function(modelController, form) { for (...)