(...) Several of our workflows have multiple attachments that are usually quite large, some can range up to 100MB for a single file. I would be nice to have a progress indicator of attachment uploads so our users could be sure that the file actually finishes uploading and doesn't leave the site prematurely.
(...) Hi everyone, I'm currently facing the following situation: A workflow has a 'wait for sub-workflows ' step. A new request came in, to assign a task during this step, so that the workflow still get's listed in the tasks overview. So far so good, I used the 'Create a task' action to manually add a task. Unfortunately, this task isn't completed when the workflow moves to the next step. As a result there are t (...)
(...) iew generation functionality should be somehow improved. Currently it is bound to how big the designer studio window is and implicitly how big the resolution of your monitor is. We have some very big workflows that won't fit on any screen and the preview would always be blurry and unusable.
(...) Hello all, First of all I would like to thank you for taking time reading my post! I'm working on a current process where I need to trigger many subworkflows to request information for the main one. Because the main one will keep being edited after the subworkflows are launched, I've decided to set them as parallel. They will be started through a item list and after one person for the task is selec (...)
(...) d. Maybe for a reason or due to some misconfiguration: SELECT AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name, ACT_Name FROM [dbo].[WFActions] actions join WFSteps on ACT_STPID = STP_ID join workflows on STP_WFID = WF_ID join WFDefinitions on WF_WFDEFID = DEF_ID join WFApplications on DEF_APPID = APP_ID join WFApplicationsGroups on APP_AGRID = AGR_ID where ACT_LogExecution = 0 and ACT_IsDelet (...)
(...) Hello Everyone, How Can I change sub-workflows status depending on some condidions? I want to close rest of sub-workflows (automatically) when for instance: 2 users accepted. Example below: I have 10 sub-workflows : 3 are possitive and the rest should be closed by system(automatically). Could you help me?
(...) Hello folks, I have to create a Word file with data from several workflows and therefore created business rules with SQL Commands in them to help me with that. The problem is, those business rules are nowhere to be found in the Business Rules section of the Word Add-in. Several other rules are shown, but those with SQL Commands in them are just not there. Is this a known behaviour, or a bug, or is there (...)
(...) Hi Everyone, I want to change some field values on a sub-workflow but from a main workflow level. Example: I have a main workflow with 3 sub-workflows . When some user choose a path on the main workflow I want to modify some fields in the sub-workflows . Is there any action to achieve it?
(...) I'm not sure whether I'm missed something because of the late hour, but I didn't found a better option than creating this on my own. If someone else has a similar need, either selecting form types, workflows or whatever this command can be used as a template: select DTYPE_ID , DTYPE_Name+isnull(( select distinct '$$', substring(LAN_Name,1,2) +'$$'+TRANS_Name FROM WFDocTypes as innerDocType join (...)
(...) Hi, Is it possible to copy an entire item list to a subworkflow? In the official guide, there is just an example of copying form fields to subworkflows : https://howto.webcon.com/action-start-a-sub-workflow/ Has anybody accomplished anything like this? Thanks
(...) is. Example - I have application named A. I would like to get an exact copy of this application named B (or maybe almost exact becase of data sources and keywords list). I want to have all workflows and forms working exactly the same in A and B. The only differnce will be two separate sets of users. I don't like to use tenant mechanism. It must be another application. How to obtain this re (...)
(...) Hey everyone! Does anyone know it is possible to integrate Webcon with Zimbra instead of Exchange? I'm particularly interested in the HotMailBox functionality - starting workflows when a new email arrives in a selected mailbox.
(...) Hi, because of the lately very, very poor performance of SQL-Reports I have changed some reports to Searchindex. The SQL-Reports always only show the workflows that the user has access to, after I changed it to SearchIndex every user sees everything in the report, but of course then can't open the instances they dont have permission to. The predefined Filter is set to all. Is there anything I can do to (...)
(...) Hi, I've found the problem with a report configuration. If I chose 2 workflows in a report. In one workflow I chose "All steps", and in another one "Selected steps", I don't see the workflow documents where I chose "All steps"
(...) At this pointthe only way to generate multiple word documents is to create multiple actions, or if you have a dynamic number of documents, you should use subworkflows . The second solution works alright when we are talking about 2-20 documents, but (I'm not sure if all of you are aware) creating an new instance, ore moving it one step is a verry slow action and if you need to move or create 1000 instanc (...)
(...) Hi, Do you know how to make rows in a 'Data table' field colorful? I get some data from subworkflows by the table field and I want to color some rows depending on their status: open - blue, closed-green ... Is there such posibility?
(...) We created a set of powershell cmdlets to connect to a portal, start/update/delete workflows and adding attachments. Inspired by the -UseWebLogin parameter off the Connect-PnPOnline cmdlet i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest api i receive an (...)
(...) ut I still get the Error "Incorrect column PATH_ID format". I already checked all of the IDs, they should all be fine. I used the following thread as a reference: https://alterpaths.com/wait-for-sub-workflows -step-advanced-configuration/ Does anyone have a clue what might be wrong? Thanks in advance
(...) I have a process with 2 workflows . Those workflows have similar steps. When I would like to filter elements by step, but the number for elements is incorrect. When I check one value, a second value with the same name is checked too, but I see data only from one workflow.
(...) imit the choice tree node selection to the last leaf I have rechecked that the option 'Allow also choosing intermediate nodes' is unselected on the choice tree configuration options Checked older workflows and they are also now not limited to the last node. As this breaks a relational dependency its something I can't leave this up to the wisdom of the user Is this a known issue?