(...) the new instance. Idea 1: I check "copy attachments" in the "Start a subworkflow". Issue: all attachments of the parent workflow are copied Idea 2: I create the instances and create an action template to copy the attachments from the parent workflow using a SQL query, reading the ATT_ID from the attachment column. Issue: with single attachments per line it will work, with mulitple I get an erro (...)
(...) actionProcess.DEF_ID left join Automations on ACT_AUTMID = AUTM_ID left join WFDefinitions automationProcess on AUTM_DEFID = automationProcess.DEF_ID where ACT_ActionKindID = 79 /* Only action template s */ and ACT_ACTID is null
(...) matted text based on an textconstant on a pdf dokument. Therefor we have some logic in the application which places the text in a given multilinefield if a date is changed in a special way. The texttemplate ist displayed correctly in the application and in the word, if the user did not make any changes on the text. But the user has to make changes on the text because its only a template -text which ha (...)
(...) to remove the class which causes this via JavaScript in the HTML field, so that it is aligned with the other controls (2). document.getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template __panel .upsidePanel__content").classList.remove("upsidePanel__content") or with CSS: #SEL_HTML_#{WFCON:7009}# .upsidePanel__content {margin-inline-end: 0px;margin-inline-start: 0px} Be (...)
(...) webcon.com/search?q=SOLR but it would be a great option to exclude processes or form types from the search index. Processes I would like to exclude most of the time: - Dictionaries - Document template - Technical / helper workflows There are even cases, where it would be great if a workflow instance of a specific form type would be excluded. For example when a workflow instance get's "archive (...)
(...) multi line fields to all fields. They are already automatically placed above, if you are using a mobile/tablet , but this could also help when using a PC. Especially if you are using an other form template than 50/50 this may improve the UI when for "normal" monitor resolution and large ones. You can take a look at the attached screenshot, how it may look like in 1920x and 3840x resolution. I only h (...)
(...) , because there are no specific colums for choose fields in item lists). Example: I am using the following statement to find out if a check in our invoice approvals is necessary, depending on a template workflow that defines the running order, using an item list to define parameters to jump into steps or not. Query is: if exists (select 1 from wfelements WF_E , wfelementdetails WF_D where WF_E. (...)
(...) WebCon.WorkFlow.BusinessLogic.ImportExport.Import.ImportManager.Import(ImportVerificationResult verificationResult, IImportLogger importLogger, IImportExcluderFactory importExcluder, Boolean importAstemplate , List`1 bpsGroups) w WebCon.WorkFlow.Service.ActivityExecutors.QueueActivityExecutors.ImportActivityExecutor.DoImport(IImportQueueElement queueElement, List`1 importProgressStudioLog, IActivityEv (...)
(...) d after file generation. This does not happen when the output is configured to save as an attachment . Has anyone found a workaround or can direct me to a possible solution. I have tried changing the template to using the modern word add in and I have also re-crated the action but those attempts don't seem to work. Error during saga execution: Cannot read properties of null (reading 'name') TypeError (...)
(...) , DicActionTypes.ObjectName ActionType , actionDefinition.[ACT_Name] actionName , actionDefinition.ACT_Description actionDescription , actionDefinition.ACT_Configuration actionConfiguration , template Action.ACT_ID template Id , template Action.[ACT_Name] template Name , template Action.ACT_Description template Description , template Action.ACT_Configuration template Configuration FROM [dbo].[WFAc (...)
(...) After changing the webcon version to the latest one when printing using a template the following error will appear and everything will be blocked: Is there a solution for this? Thanks in advance Error during saga execution: e is null a@https://webcon.domena.com/application/App.ddbbd702c08e03b71cd0.bundle.js:2:1502752 81937/D[s.C]@https://webcon.domena.com
(...) al and global configurations for regular expressions like it is possible for business and form rules. There are many regular expressions that we need very often and it would be nice having them as template s for the expressions and the error message. The way to create a global field is known and used too but we don't want global fields everytime. And a global field can only used once per process. Someti (...)
(...) epname is not correct evaluated ... or am I missing something here? Should be also "Approval" instead of "Start" Of course I could place the custom-mail to "on entry" of "Approval" ... or create a template an hide "task details" and write custom text.... but that seems to be dirty workarounds. Any thoughts or ideas? Thanks Ernst
(...) flow instances created before the given date. It didn't have any effect. This new flag would have a default value based on the type of process: - Dictionary: Exclude from analytics - Document template : Exclude from analytics - Standard: Include in analytics. While this is the default value, it should still be possible to modify it. For example, if the dictionary process is not sufficient for s (...)
(...) WebCon.WorkFlow.BusinessLogic.ImportExport.Import.ImportManager.Import(ImportVerificationResult verificationResult, IImportLogger importLogger, IImportExcluderFactory importExcluder, Boolean importAstemplate , List`1 bpsGroups) at WebCon.WorkFlow.Service.ActivityExecutors.QueueActivityExecutors.ImportActivityExecutor.DoImport(IImportQueueElement queueElement, List`1 importProgressStudioLog, IActivityE (...)
(...) ion rules. However, it would be perfect, if after reaching the maximum amount of attachments, the buttons to add new documents would be disabled. Just how it is already implemented for a dictionary template element.
(...) I'm trying to reach some value in SQL Filter in Source Tab when creating report, using HTML template i got what is shown on a picture -when im using DET_Att3 it references yellow field -when im using DET_Att4 it references red field is there a way to get one from green field?
(...) Hi, I would like to request a minor change :) in the view of actions used in the workflow. The change consists in highlighting those actions that come from the template . The existing left bar could be used here, which would have a different colour for actions from the template . Best regards.
(...) Hi there, is there an easy way to get the ID of the last path passed? I want to create a rule that decides whether an action template is executed or not, depending on which path the element "travelled" last. Kind regards, Klaus