(...) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.UsagesGenerator.TransformToFlatUsagesList(ISearchableEntity searchable, Int32 processID, Boolean processUsagesOnly, Boolean filter OtherProcesses) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.DataSourcesDocumentationGenerator.PopulateUsages(Int32 processID) at WebCon.WorkFlow.Studio.Logic.Manage (...)
(...) I want to be able to give to person X access only to instances of project 1 and 2, person Y access only to instances of project 1 and 3 and person Z access to instances of project 2 only. How can I filter which instances are visible to which user, considering that all of them needs same privileges, the only difference is which one they see? Hopefully I've been clear enough so you can understand ho (...)
(...) e report that will be showing all instances , which current logged user had task to do in the past. Some user can have more than one task in workflow. Is it possible to prepare such report and in SQL filter make a join statement similiar to this: SELECT * FROM (SELECT *, ROW_NUMBER() OVER(PARTITION BY [WFD_ID] ORDER BY WFD_ID DESC) rn FROM [BPS_ConfigProd_Content].[dbo].[WFElements] LEFT (...)
(...) onary. After configuring these, the user created the corresponding datasources for them. They created a new process where they associated the dictionary/process with choicefield-type fields. For data filter ing, they used the fields from the datasources as filter s. Another user attempted the same thing but encountered problems. I should note that this user was recently created. They created an appl (...)
(...) data - Trigger an update if something changed Problem: Executing xxxx REST Requests in a "for each" loop in an item list will probably exceed the timeout of path transition. There's no option to filter the item list in the "for each" loop. Using a "any collection" source for the for each would work, but than I can't update the item list row. I could use some if condition in the item list to execut (...)
(...) d 112, and if is in step C or D then the list have only options 4-8. of course i would like to reset value a drop down list when enter to step C . BTW: I don't know SQL yet ... and in editor in filter there is no if then else .... so .... it works only in first step ... but later not ... if is only case1 then is 3 items works to the end ... A to D but if I have got case1 OR case2 then .. app (...)
(...) have a compact view or something of element from right side of the page. More details about element. 2. When I have report got in html element in dashboard with rest api, I can change sorting or filter ing in report (Reports section in Webcon) and when I go to the dasboard i can see changes that were made in Webcon Report. Is is possible that I will make changes in report with Rest API or in another (...)
(...) this with a Global Action - Cycle Action. But I don't know which Webcon action I can use for this. (What I already have is a "BPS internal view" of all instances from the process. With this I could filter on the reminder date, but I don't know how to execute an action for each entry in the BPS internal view or element so that the mail is sent [Send a custom email]). Can anyone help me with this? (...)
(...) low elements. Is there an easy (and maybe built-in way) to remove all these permissions without knowing the BPSId of these users? I know there is a table WFSecurities, which can be selected and filter ed by WFD_ID, but maybe there is an easier way to do this. Didn't find anything, any help appreciated. Thanks in advance & best regards, Nik
(...) all processing pending on the error: Activation error occurred while trying to get instance of type ISolrOperations`1, key "" Admin Event Logs: url: https://***.com/api/nav/db/1/app/12/activities/filter /0 | action: GetWithfilter ip: 1.1.1.* | 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 (...)
(...) I have a question: How to create an SQL filter in the "source" section of the report that will show only the column/attribute items indicated in this SQL. The attribute column consists of the dictionary entry ?
(...) ns do link to the elements and history events can't. Am I the only one thinking that this is inconsistent and illogical? Why can't I decide what elements should be displayed in both groups simply by filter ing the data sources values?? And why does my old vacation process allow me to display future elements listed in "vacation history" data source on the vacation chart?
(...) source - the vacation chart shows only the items dated older than today. The plans however show all dates. After this a bit long introduction - my postulate is to remove the artificially applied filter of the vacation chart generating engine. The user should decide what dates spread the want in each of therse groups (history and plans) by forming an appropriate filter ing the the sql query. The vaca (...)
Hi, We have problem after update to ver. 2023.1.2.99. We have implemented menu buttons for Help Desk and Printing. In 2022, every user who have acces to instance can push button and print form or start help desk (button in menu was accesable in every step or last steps etc). After the update buttons apear on the form but after clicking there is error... and users cant use it. Is it new fe
(...) Hi, I don't think the "Replace Item List Values" action is working properly. When I provide a BPS source in the configuration and use a filter to select data, the filter does not work on the form. The filter in Designer Studio works during testing. This problem does not occur in the "Update Item List Values" action, so I used a workaround: "Clear Item List" + "Update Item List Values" / Add new rows (...)
(...) a in one variable (key). in flow 1 is Signature in flow 2 is WFD_AttChoose5 {72} in flow 3 is WFD_AttChoose6 {692} how to do SQL request or more interesting is how to do report where I can: filter Signature = WFD_AttChoose5 {72} = WFD_AttChoose6 {692} In Webcon reports I don't see process fields if I add 2 or more processes to report :/ so I can't do filter on request :/ so maybe in So (...)
(...) one, I've encountered too many times situation, where i need to make really subtle change in application, to fix some kind of error/bug. Changes so small like: * Add column on a report * Update filter on picker field * Update filter on report * Check 'wizard mode' on path * Reorder paths * and other fixes requiring less than 5 minutes of work in designer studio... Going through whole DEV/TE (...)
(...) tCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerfilter Async() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scop (...)
(...) ents). Then in the mainform Workflow I have a step that is waiting for the Subworkflow and there a Tab that should get the status. For that I created a Data table and put the technical field as the filter . And when I test this I get a huge error message from the Query test. With that I think that I am either doing something increadibly wrong, or it will be a simple thing like a checkbox I am missi (...)
(...) List B and repeat - if i Could initialize it .. could be grate .. if not .. I can add this to step / path ect. / menu button At the moment if I have Dropdown list and One Person then I can do filter to Itemlist B ... If in Drop down list I have got 2 or more people then filter is not working because is more than One ... so ... I dropped that Idea because Item list is more readable than drop (...)