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

search results

for Actions

(...) ion (10061): No connection could be made because the target machine actively refused it. -- Activation summary Service -MS-L-***- Activate roles EmailsService MassNotifications RecurrentActions Timeouts LicenceService WCFService WCFLicenceService OcrAi OcrTextLayer OcrAiLearn Archiving MobilePushNotifications UserSynchronization PersonalDataRemoval SolrIndexer Impo (...)

(...) d: 'WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyEntitiesCollection`1 WebCon.WorkFlow.SDK.Documents.Model.NewDocumentData.get_TextFields()'. System.MissingMethodException at WebCon.SRC.CustomActions .ADEmployeeSID.Run(RunCustomActionParams args) at WebCon.WorkFlow.SDK.ActionPlugins.CustomAction`1.WebCon.WorkFlow.SDK.Interfaces.ActionPlugins.ICustomAction.Run(IRunCustomActionParams parms) at Web (...)

(...) I have Actions on path ... Generate Word Convert Word to PDF Delete attachment (docx) or more ... demands Appears during process ... I would like to select 1.2.3 Actions (right click save as automation) .. not like now i can do 1 to 1 .... or ... I could do Automation with 1 operation then pick it in "path" and then edit it and add more Actions ... Maybe I'm wrong, but I do first actio (...)

(...) Exceptions: Error occurred : Cannot send a content-body with this verb-type. System.Exception: Error occurred : Cannot send a content-body with this verb-type. at WebCon.WorkFlow.BusinessLogic.Actions .Logic.Webservices.REST.ActionRunner.GetNotSerializedResponse(RestLogger log, Boolean expectContinue) at WebCon.WorkFlow.BusinessLogic.Actions .Logic.Webservices.REST.InvokeRESTWebServiceAction.d__ (...)

(...) ole system. In the email it would be possible to use process/step variables and specify the recipients. Such a configuration would work in addition to, and independently of, other error handling Actions added individually per automation. In many cases, this would help to solve many problems before they are even noticed by end users, especially when Actions are taken based on timeouts and other au (...)

(...) e the key is not unique, only one row was added. The right side contains a slight change, which corrected the action so that it works like before the migration. The below script will output all Actions , which are using the "Add new rows from data source". If you want you can read the XML of the action or you use the provided information to locate the action in the Designer Studio. select APP_Nam (...)

(...) tically. I know, that this works in some cases, but I have implemented enough work arounds where it didn't work. I would like to have this option everywhere where a field can be set. A list of Actions which come to mind: - Change single field - Change multiple fields - All Item list Actions - Start workflow - Start workflow (SQL), maybe we could use the name of the calculated column WFD_AttCh (...)

(...) element, it would be very convenient to have access to at least 2 options such as: permission check and task completion. Now you need to perform 3 operations 1. enter admin mode 2. expand admin Actions 3. select the action in question Regards

(...) eptions.SDKKeyNotFoundException: Specified id:280 does not exist at WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyItemsCollection`1.GetByID(Int32 id) at WebCon.BpsExt.Signing.Autenti.CustomActions .Helpers.RequestBodyProvider.AddSmsAuthenticationnConstraints(List`1 constraints, ItemRowData row, UserColumns userData) at WebCon.BpsExt.Signing.Autenti.CustomActions .Helpers.RequestBodyProvider. (...)

(...) We use in one of our applications the option to generate HTML code (for example extra buttons performing some Actions ) in list item lines. For this purpose, data row field type was working well. For example such code: SELECT '➕➖' AS XX Generated two nice buttons with + and - that performed some Actions . With the current version 2023.1.3.202 WEBCON adds extra " signs, so the entire (...)

(...) Hi, if the browser window is small enough, the Actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item list and row.

(...) Hi, I've prepared a template using Word Classic and put there data rows and data tables fields. Unfortunately the data are not displayed. The same situation happens when I go to Admin Mode > Admin Actions > Word Template Printout. No data from data rows/data tables fields are diplayed. I am using Webcon Express.

(...) to run a PowerShell script periodically, to prepare data for selected cases in one of our interfaces. BPS Studio version 2023.1.3.202 doesn't give us an option to add that type of action in global Actions (configured for the process). So currently we have to use a task, that is configured in TaskScheduler on the application server, to run it. Is there an option in BPS Studio to run a PowerShell scrip (...)

(...) ... if any user went by "next step" then "holds" ... waits for others and did not use save step action :/ so if I have wait for others to finish the validation is not working :/ is not doing any Actions on "end" or "on save" .... .. So how to validate form only if path is "next step" , condition is "wait for others to finish" and user is in "special group? " ? but ignore checks if path is "sav (...)

(...) Error code: 100 Thread was being aborted. at WebCon.WorkFlow.Actions .Engine.ActionObject`1.d__9.MoveNext() at System.Runtime.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 wa (...)

(...) w by path depending from current step. I miss something ... I try to do it reading this: https://community.webcon.com/forum/thread/900 and this: https://community.webcon.com/posts/post/cyclical-Actions /106/18 .... I have configuration where: Parent (main flow) can "flow" ... independent from child. but if child is finish then I would like to move Parent by path "save" ... but path save is diffe (...)

(...) user has an Active Directory user or not, the user should either be sent to the blue path or to the purple path in WF (2). The issue is that the business rule in the 'Start a Sub Workflow (SQL)' Actions , which checks if someone has an AD user or not, isn't working when I pass parameters like ##Vorname## [engl. Firstname] and ##Zuname## [engl. Surname] (which turns into {Vorname} & {Zuname}). The f (...)

(...) ng Daniel's post to add the pluggin in Webcon but I'm having some errors while importing the zip file. What SDK pluggin you're using? Thank you all https://github.com/Daniel-Krueger/webcon_cclsActions /releases

(...) e changed to either: 1) Allow the selection of existing reports as a data source 2) Define the view in the report tile configuration I would prefer the first option so that we can still use mass Actions , quick paths and the like. Btw. does anyone use report tiles without a link? If I see a number I want to go to page where I can see the details. Best regards, Daniel

(...) ion: SELECT [ACT_ID] , ACT_ActionKindID , ACT_Name , case when [ACT_DEFID] is not null then 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 = automationProces (...)