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

Daniel Krüger (Cosmo Consult)

MVP

Hi Joanna, this is quite simpel, if you know how to implement it. You will need to have a cancel path on each step of the child workflow from where it could move to cancel. In the parent workflow cancel path you will add a "move workflow (sql)" function. Instead of defining a fixed path I

Hi, I don't know when this was added/restored, but in version 2023.1.3.118 it's possible to right click a constant and select the other values from the group. Best regards, Daniel

Hi Joanna, I haven't tested it, but a query like this should you give the id of the previous step. This could then be used in an if/switch operator. select Top 1 WFH_STPID from WFHistoryElements where WFH_OrgID = InstanceID and WFH_STPID CurrentStpId order by WFH_Id desc Best regards,

Hi Dominik, are you using nested css rules this could help structuring the css. Here's an example: https://daniels-notes.de/posts/2024/graphical-cues#colorized-database-names @Michał I hope the decision will be to add uploading/referencing a .css file per template. :) But we will see wheth

Hi, I'm not sure what you are missing or what is not working. As mentioned, I would use a "Start SQL (workflow)" action. The action would set a technical field in the new workflow instance. The value would be the workflow instance id from which the information would be copied. I'm not sure

Hi, if you have already tried something, it would be good if you shared some more details. Otherwise you will receive just some general information. The big question for me is, whether the "archived instance" was really archived in terms of moved to an archive database or whether this is just a

AdminAPIlogs - lack of logs
21.03.2024 20:40

Hi, I can confirm it, with some release the database in which the log is stored was switched from content/process database to config database. At least this was the case when I put together this post with version 2023.1.2.44. https://daniels-notes.de/posts/2023/where-is-my-log#adminapilogs-c

Hi, I'm sorry, if this a duplicate, but I'm not sure if I added it already or maybe someone else. If selecting a value of a choose field from a data source throws and this causes an error, it's not easily possible to see the actual "request" which was used to get the data. There are ways aro

Global HTML fields
19.03.2024 21:03

Hi Michal, let's assume you are using HTML fields to introduce some functionality like a bread crumb. Then you will want to have this in all workflows. If there's a change to it, let's assume somehow the DOM changed with a new release, you will need to touch each field in all processes. But

Hi, we have the option to create "child sources", by defining a superior source and a business entity. This way we can use different connections. https://docs.webcon.com/docs/2023R3/Studio/ConnectionsAndDataSource/DataSources/DataSource_RestWebService#3-superior-source This way we can use

Hi, I'm sorry, but I for my part don't understand the posted code and I'm also not sure, that you actually can have: - a request of content-type:application/json - set the request to multipart - and provide a binary part For me this doesn't fit together, but I'm not an expert here. Did y

Hi, I played around a bit with a simplified version. I didn't noticed an issue here. I have an item list with 50 rows, 10 columns + 1 Data Row column, with a simple select statement. The execution of this takes 2 seconds. 1: Without any edit restriction it takes 171 ms 2: With restrictions i

On checkbox change - JS
14.03.2024 20:48

Hi Joanna, the simplest ideas will most often be the best and robust. Whenever we are using JavaScript to interact with existing elements this may break in a future version. For example the DOM structure of the "error dialog" changed in 2023 R3 and my JS for adding the comment there no longer w

Hi Raluca, I can image two options. a) Service workers inside the browser. I've started a PoC with a customer service worker. I was able to register and run it. So it should be possible to periodically get the tasks and show a notification. https://learn.microsoft.com/en-us/microsoft-edge/pr

Delete process
14.03.2024 20:32

Hi Raluca, that's my approach: https://daniels-notes.de/posts/2024/delete-processes Best regards, Daniel

Filter report current user
14.03.2024 20:31

HI Maria, if you have a multiple value field the values will look like: a) id1#displayname b) id2#displayname;id1#displayname c) id2#displayname;id1#displayname;id1#displayname It should be possible to always filter for id1 by adding a ; in the beginning, so that you could filter for %;id

On checkbox change - JS
14.03.2024 10:52

Instead of doing this, it will be way easier to create two paths and display/hide the correct one depending on your condition using form rules. I'm not sure why I didn't think about it earlier... Best regards, Daniel

On checkbox change - JS
13.03.2024 21:19

Hi Joanna, this may work fine, if you always want to enforce, that the user always enters a new comment. I haven't found a working way, to support the use case, where a user entered a comment and saved the instance, before continuing. If I find a solution for this case too, I will create a

We have just been using this unintended feature to conditionally execute a form rule. :)

Hi Maks, if you use a hyperlink action in the automation, than the user will be redirected to the result of the action. I'm using this option in my "Conditional Wizard" steps. I hope that at some point I won't need a workaround like this anymore :) https://community.webcon.com/forum/threa