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

search results

for process

(...) Hello WEBCON Community, I ran a "Verify entire configuration" procedure and I got error (screenshot is attached). I have no idea which process is this error from and how/when did it occure. Do you have any tips how to find and get rid of this error?

(...) option is always grayed out. What does it mean - is it always on or off? Is the SOLR always indexing this attribute regardless of what visibility is set? https://docs.webcon.com/docs/2024R1/Studio/process /Attribute/General/Attribute_Permissions 2. I wonder if there is a possibility to disable Solr indexing on a specific process /workflow?

(...) being moved to another environment. I found out that after updating DEV and TEST I have a DEFAULT Dashboard in dbo.AppDashboards with different ADS_Guid numbers. Probably in 2023 versions of the process es there were two different dashboards set as Default. Does anyone know how to fix this? Error: System.Exception: Exception occurred while importing table AppDashboards ---> Microsoft.Data. (...)

(...) MappingList destination) at WebCon.WorkFlow.Studio.Forms.ImportExport.ImportWizard.Steps.Content.ImportPackageContentStep.c__DisplayClass15_0.b__0() at WebCon.WorkFlow.Studio.Forms.Moduleprocess .Attributes.ProgressForm.c__DisplayClass5_0.b__1() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() ------------------------------------------------ (...)

(...) om the moment the document was sent to the client to the moment the document was received back - even those changes that were not made in the change mode) How is this done? How do I run it in the process ? Thank you, Maciej

(...) e the ability to specify the Content database ID where the Workflow ID is being referenced. This enhancement would be useful for transferring attachments across multiple Content databases, where process es are divided to improve system scalability. Currently, this can be achieved using the API, but if we want to transfer and delete the attachment simultaneously, two actions are required: using the RE (...)

(...) erShell-action. I’m having an action “Run a PowerShell script” where I’d like to add an attachment to the currently running instance with the help of a WebCon REST API call. The problem is that while process ing actions WebCon locks down the instance and I couldn’t find a way to make any changes to the process . I use the parameter “forceCheckout=1” – that works fine as long a user is editing the form bu (...)

(...) e below query to get all actions which have a faulty configuration. Best regards, Daniel SELECT TOP (1000) ROW_NUMBER () OVER ( order by actionDefinition.ACT_ID asc) as RowNumber , actionprocess .DEF_Name as Actionprocess , automationprocess .DEF_Name as Automationprocess , WF_Name , STP_Name , PATH_Name , PLU_Name , actionDefinitionAutomation.AUTM_Name , actionDefinition.[ACT_ID (...)

(...) Hello, I have a problem - I have a process of an application that works fine in the development environment. It also worked fine in the production environment when I imported and published it the first time. When I imported the application into the production environment again after making changes and clicking on it, I got an error with the message: Type: System.Collections.Generic.KeyNotFoundExce (...)

(...) ROD Log Range: Solr Message: SOLR indexing failed Category: Exception Role: SolrFileQueue Description: SolrFileQueue item ID: 60607 Type: AttachmentMetadataAndContent ATT_ID: 181565 Whole process duration: 0,00s. Attachments: 0 (with content: 0, corrupted: 0). Exception at ID: 93238 WebCon.WorkFlow.Service.SolrIndexer.Steps.AttachmentNotFoundException: Attachment (ATT_ID: 181565) not (...)

(...) Is it possible to use process constant in js mode, same way as we would use it in form rule ?

(...) HI, I have small problem. I have main work flow where process starts few subworks flows, and it "park" in "wait for all subwork flows" step. In basic setup I have only 3 options: No subworkflows, All subworkflows finished positive, Any subworkflow finished negative. In my scenario I will have very often negative steps Solution 1 option to solve all path put to positive s (...)

(...) rce and a form rule (on value change) to set the customer name (returned from the businessrule). This is working fine. The problem is the mapping customernumber=CUSTOMERNUMBER.Standard (MyApp.Myprocess .MyForm.....) in the REST data source. Because of that I can use this REST DataSource only in the context of ONE workflow/form. Is there a way to pass a value to a REST datasource? Like .../getKund (...)

(...) ring newObjectName, String nameFormat) w WebCon.WorkFlow.Studio.Logic.Managers.Automations.AutomationsManager.CloneAutomation(AutomationEntity entity) w WebCon.WorkFlow.Studio.Forms.Moduleprocess .process Controller.CloneAutomation(AutomationEntity automation) w WebCon.WorkFlow.Studio.Forms.Moduleprocess .process Panel.bbiAutomationClone_ItemClick(Object sender, ItemClickEventArgs e) (...)

(...) "Update item list values" pointed on path. Workflow is started automatically base on REST API and pointed to the same path. I found information on the log "Number of replaced rows: 0' after start process by REST API. When I use web to start process , action update item list values works fine. When I edit a document created by REST API , action also works fine. Best Regards Tomasz

(...) hi, I would like to create a calculated column for a report with a list of items. This column, using SQL, should fetch data from another process . I want to map it based on the DET_Att23 ID for each row of the report:: select sum(DE.DET_Value2 - isnull(DE.DET_Value17, 0)) as nn from WFELEMENTS join WFELEMENTDETAILS DE on WFD_ID = DE.DET_WFDID where WFD_DTYPEID = '212' and DE.DET_WFCONID = '5788 (...)

(...) Does Webcon save the time a user stays in a given process step, i.e. the time from entering the step form to moving to the next step or clicking the save button? I want to make a report out of it to calculate KPIs

(...) We are currently in the process of upgrading from the 2023 to 2025. Unfortunately, we were hit with some very bad news—starting from the 2024 version, the ability to define private views for reports configured on the dashboard has been removed. This is a significant issue for us, as users rely heavily on this functionality. Once the upgrade is deployed to the production server, it is likely to cause c (...)

(...) Hi, I need to place a picture in a word template document. The picture is obtained during each instance process as a canvas export, base64 string. I can't find a suitable way to include the custom picture in a word template. I'd stay to word template, not changing to HTML. Thanks for your help, Mihail

(...) ollowing keyboard types that can be used for Text Attributes: text, search, decimal, numeric, url, email, tel. But sometimes we don't want device to show any keyboard. For example if you are creating process for user with barcode gun. The keybaord that shows on the screen can take half of the screeen. The perfect solution would be to add 'none' option to keyboard types.