(...) Hi, I need your help. The topic is actually quite simple, but unfortunately I have a problem with this one process. I start a new parallel subworkflow in an action (ID is save d in a technical field), which I want to update later. In the action "Update related workflow instance" we get the message for the users: Incorrect instance ID: ''. When we execute this workflow, the ID is found and the (...)
(...) iption to a new diagnostic session or in the overview. This would make it easier to identify the session. It would nice if the user could provide the details but it shouldn't be in the "end and save session" dialog. It happened to me a few times, that the a JS error occurred and the dialog wasn't displayed. Best regards, Daniel
(...) Hello all, Does anyone have a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save , it changes it for 11PM. I have a date field, I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you
(...) Hello all, Does anyone have a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save , it changes it for 11PM. I have a date field, I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you
(...) Hi, Is it possible to remind the user to save the form after adding several items to the item list (WFD_SubElems). I ask because users report a problem, such that they forget to save (click on the transition path).
(...) I noticed in Webcon 2022.1.4.404 if I do action "Send custom email" and the action is not related with "Action templates" then there is no prefix if action is save d as "Action templates" and template is using "default" Template - no prefix but if any Action template is using "E-mail notifications" template then prefix appears like: "[PROBPS#21293]" I don't know where I can configure it to re (...)
(...) he need to fill and set proper values in each row in "item list". if user is one of User Group then he don't need to do anything or is filling first part of "item list" Paths: if Path Zapisz (save ) >> resets [cancel all and assign again] all done tasks and all need to do task (step) again if path "ocena raportu" (next step) then all need to finish step .. [when was 1 of all - then validat (...)
(...) Hello all, I trying to set up a form rule that sets the cell background based on the days difference between a column date and today's date. This only works after clicking on the save but I want the background to be set as soon as they define the Date column. Probably this will only work with Javascript functions but I don't have any experience with that. I want to create an alert if they sele (...)
(...) .com/posts/post/cyclical-actions/106/18 .... I have configuration where: Parent (main flow) can "flow" ... independent from child. but if child is finish then I would like to move Parent by path "save " ... but path save is different depending from step .. what ever I put in Data .. then I have error ... I don't understand that config window....
(...) Webcon and I have some questions regarding Importing and Exporting applications. I tried exporting and importing an application to a different message but I got the following message when I tried to save and publish process (image attached) 1. What does this line mean "all changes to this process must be made by importing a file containing an updated configuration" ? Is this a necessary step to do o (...)
(...) nslations imported. 8/21/2024 10:20:46 PM Import completed in 50s. 8/21/2024 10:20:46 PM Report generation started. 8/21/2024 10:20:46 PM Report generation finished. 8/21/2024 10:20:46 PM History save started. 8/21/2024 10:20:50 PM History save finished. 8/21/2024 10:20:52 PM How can i find this ID, FLD id? I was searching for this in this table but there is no ID column. Do you know how to (...)
(...) I have created a simple SDK Plugin that includes one input field. In the database, the field's value is save d in the format "24#24 Months$$de-DE$$24 Monate", and it is displayed in the report exactly as "24#24 Months$$de-DE$$24 Monate". My goal is to display this value in the report as "24 Months" when the user's language is English, and as "24 Monate" when the user's language is German. How can (...)
(...) In Webcon Version: 2022.1.4.404 i noticed that the groups name you can not set in your way order it jump between other groups see animated png in attachment or it did not save changes ...
(...) ons. On my path i have configured a FOR EACH on my item list which is creating/composing JSON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{WFD_ID}# { "workflow": { "id": "#{WF:123}#" }, "formType": { "guid (...)
I have a process that creates 10 reports each month. After creating the initial reports, I would like to clone them automatically at the end of the month, only changing the reporting month. The user (author) updates the data and submits it for verification. I proposed the following procedure: 1. I created a BPS source that lists all 10 reports from the last month. 2. The BPS data source has c
(...) -process static C -process static D attribte a,b,c attribute a,b,c is changing dynamically vs Item List attribte d I try to change Value of Attribute D on path .. = error OK, then is not save d data so I move step forward .. but again error ... so .. how to calculate: D = (A*B)*a + (A*B)*b+(A*C)*c ? why I don't have rulle in a,b,c to "fix" D" ? .. I did not JS and ten I had error mu (...)
(...) alidation is ignored. This includes regular expression. In my opinion the regular expression should be checked and if they are not successful, saving should be prevented. Otherwise we will be able to save invalid data, which in turn can lead to issues, if the data is used in other workflows. In our case the field can be used as the display name of choose fields and we wanted to prevent the use of t (...)
(...) Hi, A useful option would be the ability to capture and save the output of a powershell action, either to an attribute or to a local variable. Similar to the mapping of response values in a REST action. This would allow the received data to be further processed/used in subsequent autumatization actions. Regards.
(...) en decomissioned. I know I can force check out of the process, but I am afraid I will lose everything that was done on the process since it was checked out. It was checked out in 2016. It was last save d in 2024. If I force check out, will I get the last version before the process was checked out or the version that was last save d during the check in? How exactly does this work? Thanks!
(...) HI, How to monitor the moment of typing characters into an attribute using the SDK. I would like to, for example, call an API after typing 3 characters and save the retrieved values to another attribute.