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

search results

for actions

(...) Hi, Is there a possibility to configure exchange integration actions - create/update calendar event so it creates Teams meeting? Or only option is Microsoft Graph? Or some powershell? Do you have any examples of that? Best Regards, Dominik

(...) ceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.WorkFlow.BusinessLogic.Helpers.Transactions Helper.c__DisplayClass11_0.d.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.T (...)

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

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