(...) r displaying individual user interface elements on WEBCON BPS Portal in embed mode (e.g. report, dashboard, a form of a selected instance). Allows such interface elements to be embedded in a separate IFrame on any web page. BPS Portal files handler – component responsible for giving users access to downloadable workflow attachments (files). Works as a http handler. This component communic (...)
(...) r displaying individual user interface elements on WEBCON BPS Portal in embed mode (e.g. report, dashboard, a form of a selected instance). Allows such interface elements to be embedded in a separate IFrame on any web page. BPS Portal files handler – component responsible for giving users access to downloadable workflow attachments (files). Works as a http handler. This component communic (...)
External Content by Daniel Krüger; WEBCON BPS Version: 2023.1.3.76 The original post appeared on: daniels-notes-.de There’s no application I know of, which doesn’t use some workflow relations. The most common is the parent-child variant followed by data referenced from dictionary processes, which further continues with grand-grand-children with other data references. T
External content by Daniel Krüger; March 11, 2024; WEBCON BPS 2023.1.3.76 The original post has appeared on daniels-notes.de This post provides a solution to extracting the latest comments in the standard "Comment" field on the form. The issue with this Last comment text variable is, that’s always the latest added comment, regardless of how old it may be. He
External content provided by Daniel Krüger; April 11, 2024; WEBCON BPS Version: 2023.1.3.118 Full post: https://daniels-notes.de/posts/2024/playwright-part-two The video show cases the changes to the previous part and will give you how Playwright could be useful. Changes: Tab support Collapsed group support Provide step id instead of the title to verify it
External content by Daniel Krüger; March 31, 2024 ; WEBCON BPS Version: 2023.1.3.118 The original post has appeared on daniels-notes.de A colleague introduced me to Playwright from Microsoft. This is a tool you can use for automating UI testing. If you have no idea, what this means, imagine the following: You have an approval workflow. Person one provides s
External content by Daniel Krüger; October16, 2023 ; WEBCON BPS Version: 2023.1.2.44, 2022.1.4.155 The original post has appeared on daniels-notes.de If you ever used a condition to mark cells in a larger item list and had "Single row edit" activated, you may have been confused which cell is required. In this post you will: See one solution to add a g
External content by Daniel Krüger; May 5, 2024 ; WEBCON BPS Version: 2023.1.3.118 The original post has appeared on daniels-notes.de I've finished a new post about using Playwright with WEBCON BPS. As I needed to add support for more field types, I didn't want to define the test data for each step and field type on my own. Therefore, I focused this time on
External content by Daniel Krüger; May 26, 2024 ; The original post has appeared on daniels-notes.de While you get a lot of results if you search for translations, there's not an overview of the different topics. Therefore, I compiled a list on my own and provided additional information wherever necessary. Covered topics are: User interface Data Emails Enfor
External content by Daniel Krüger; February 04, 2024 ; The original post has appeared on daniels-notes.de During my first Ask me Anything I was asked how I could add a custom help page.I found this question so intersting, that I went a little overboard. The result was a solution to automatically display a help icon, if there's a help page for this step.
External content by Daniel Krüger; July 15, 2024 ; The original post has appeared on daniels-notes.de WEBCON BPS 2024 added a public API to import applications. WEBCON made this easy by providing a command line utility which is described in the knowledge base article Importing applications using the public API: Since I want to use the API in another use case I needed to play ar
External content by Daniel Krüger; July 20, 2024; The original post has appeared on daniels-notes.de Should we import applications via an application instead of the Designer Studio? In my opinion yes. But this is mainly influenced from a partner perspective who has to deploy the same process to multiple customers who require that these kind of things are documented. Wh
External content by Daniel Krüger; July 06, 2024 ; The original post has appeared on daniels-notes.de WEBCON BPS 2024 introduced different kind of form templates: While this is great for WEBCON BPS 2024 users. You can already achieve something similar with a little HTML field in previous version. You could even make it dynamic. If one tab needs a lot of
External content by Daniel Krüger; July 21, 2024 ; The original post has appeared on daniels-notes.de I'm sure I'm not the only one who got the task, that some item list rows should be deletable while others can not be deleted. For example if an item list starts sub workflows and when a subworkflow was started for a row, than it should not be possible to delete it.
External content by Daniel Krüger; August 18, 2024 ; The original post has appeared on daniels-notes.de If you ever wondered, whether the assigned person actually has taken a look at a task / workflow instance, then you can add a custom solution to your workflows. The blog post will provide all information on how to implement it, so that a different the icon will be displa
External content by Daniel Krüger; September 12, 2024 ; The original post has appeared on daniels-notes.de Have you ever wanted to contact a person via Teams to whom a task has been assigned? If your answer is yes, you should take a look at the video and the blog post. I finally found a solution for starting a chat by clicking on an assigned user. In case Microsoft
External content by Daniel Krüger; September 29, 2024 ; The original post has appeared on daniels-notes.de Another post about starting a Teams chat? But this time it’s not about contacting a person who has a task but starting a chat/call with anyone who is referenced in a workflow. This could be: A single person field. A field which allows only groups. Or eve
External content by Daniel Krüger; November 24, 2024 ; The original post has appeared on daniels-notes.de The new UI of WEBCON BPS 2025 requires changes to my user improvements. I have focused on the ones which I'm using the most and I hope those are also those, which others use. Breadcrumb Colorize paths Missing comment handler Modal dialog Uniform save experien
External content by Daniel Krüger; November 26, 2024 ; The original post has appeared on daniels-notes.de If you have a large form with a lot of fields you may find this helpful to structure the form a little differently. Here's one example which displays the first group across the whole page, the second group takes up 75% of the page while the third uses 25%.
External content by Daniel Krüger; January 17, 2025 ; The original post has appeared on daniels-notes.de During the WEBCON Tag in Munich I was asked, whether we could limit the size of an item list with many columns. Even so I wasn't to sure how to implement it, my immediate answer was "Yes, that's possible". I'm quite satisfied with the result, es