I need to upload attachments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( ne
(...) Hi, I'm using MS Graph to send emails. No matter what I define in the notification action on process level, Webcon uses the default email address set in the System settings > Email notifications > Configuration of sending emails. Is this a known bug or is it me that is doing something wrong? The version I'm using is 2022.1.2.59 Thank you in advance for a reply.
(...) Does the details text give any hint that I do not get so far? Appreciate any hint or help. Thank you in advance. (Details BEGIN) url: https://webcon-test./api/nav/applications/mostused | action : GetMostUsed ip: 192.168.1.22 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome (...)
(...) .ExportManager.ExportMappingList(ExportParameter exportParameter, IExportLogger exportLogger) at WebCon.WorkFlow.Studio.Forms.Wizards.ImportExportWizards.ExportApplicationWizard.CreateMappingList(action `1 onGenerationProgress) 9/13/2022 2:14:08 PM ----------------------------------------------------------------------------------------- (...)
(...) Hi, this question may be silly, but I found no sufficient solution yet: Task: After generating sub workflows from item list entries get the item list entries removed. Approach: Use the action to change item list values with "Replace" Effect: One item list entry is created, all the others are removed Question: How do I get an item list blanked, all entries removed from the database *without* one (...)
(...) ion of BPS, using 2022.1.3.65. I have a web service that has the structure as given in screenshot 1 (attached). The screenshot shows my configuration within a little test app. When I start this action , the request body fully ignores all data regarding the item lists as given in the dump below. (Hint: The error has been forced by the web service to receive the dump.) With POSTMAN the web serv (...)
(...) em is that these CSV files are created by an outside system and can only be identified by the path in which they are stored and the creation date of the file. I can find these files with a PowerShell action but i have no clue how to add them as attachments to my workflow. At the point in time the files are created by the 3rd part system my workflow is not yet running so i cannot attach an instance ident (...)
(...) Designing Word-Templates is quite straight forward. However to check to look of the final document you have to run the action somewhere in the process. So this can be quite time consuming. Having a preview functionality would add a great value to WEBCON BPS. As we already have the option to load the form values from a workflow instance, the next step would be hitting the preview button to have a lo (...)
(...) Hi folks, As I am aware, it is possible to change the seeming sender mail in the action itself, but this just masks the mail and possibly be picet out by spam filters. We wonder if there is a proper way to set the sender adress or even SMTP server per applikation on one Webcon instance? Regards Fabian :)
(...) Hi, If somebody know how to override in Webcon Soap action key value Content-Type? In default is going by text/xml by I need application/soap+xml.
(...) We are using WEBCON BPS 2022.1.3.45 and should execute some soap action s to to SAP. System.Security.Authentication.AuthenticationException: Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'. Submitting requests via Postman works fine. It seems to be a problem on transport level, related to .netCore/OS and is most likely a problem related to TLS version and Ciph (...)
(...) th ordering list on report. To beggining: I create a technical form field which collect the date part of some date field at that form (see screen below). I do itthat by using 'change field value' action and rule 'date part (month)'. Next i use that technical field to group forms by year and month but when users create datas from october number 10 goes to the end of list. Is there any possibility t (...)
(...) This would be a great option if the attachment could be moved to the indicated item id on the action . Currently, there is an option only to move an attachment from the indicated element to the current one (the one on which the action is) i.e. "copy from", but if it were possible to move an attachment from the current one (the one on which the action is) to the indicated one "copy to" this would solve (...)
(...) Hello, Does anyone can help me, why in WEBCON SQL query apostrophe is replace with quotation mark? On the form, I have an attribute with value: '2339226', '2504286'. In action "Change items lists value", I used an SQL query whith this attribute, but query preview returned "2339226", "2504286". Regards
(...) Con.BPSCloud.Portal.API.AttachmentsController.StartAttachmentUpload(StartAttachmentUploadParams startParams) at lambda_method4700(Closure , Object ) at Microsoft.AspNetCore.Mvc.Infrastructure.action MethodExecutor.AwaitableObjectResultExecutor.Execute(Iaction ResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructur (...)
(...) s I think of it now, one thing comes to my mind, please correct me if I'm wrong. If I will take the instance and run it through a path pointing to the same step (final step actualy) with the timeout action s removed, the action will be also removed. Am I right?
(...) t actively express this wish. In addition, these use cases would get some tags, for example so that you could get all use cases by industry. Besides these use cases, I would add a section for “SDK action s”. This could be links /descriptions to SDKs provided on GitHub or whatever source. Another side effect could be that we could do a little diagram how many companies have implemented 1-5, 5-10,10-20 (...)
(...) r(BPSActivity activity, ActivityTypes activityType) at WebCon.WorkFlow.Base.Solr.SolrLogger.OpenDashboard(OpenDashboardSolrParams parameters) at WebCon.BPSCloud.Core.SolrEngine.ActivityLogger.action OpenDashboard(Int32 dashboardId) at lambda_method(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Internal.action MethodExecutor.Syncaction ResultExecutor.Execute(Iaction ResultTypeMapp (...)
(...) Hi, I need to use the the Printout a barcode label. I found the article about ZebraDesigner to design the label and get the EPL format text to insert into the action . My problem is I don't have a Zebra printer. If I try to install the ZebraDesigner it won't allow me to design a label because the software is not connected to a Zebra printer. In my case the client has a SeagullScientific printer which (...)
(...) Hello, In 2020 version of Webcon when using "Generate/Update a Word File" action , there was a checkbox "Show on screen" on the Output tab. We were using this option in one aplication to show generated file to a user in a preview mode. After upgrading to version 2021, the option was changed to "Download after file generation" which causes automatic file download without option to quickly preview the (...)