(...) External content by Daniel Krüger; April 18, 2024 ; The original POST has appeared on daniels-notes.de Did you ever wanted, to navigate up to a parent or grant parent workflow instance? Then you may find the linked POST interesting. READ MORE: HERE
Applies to version: 2023.1.x and above; author: Michał Bednarz Related documentation Other related Community articles include: Containerization of WEBCON BPS Introduction The feature to install WEBCON BPS modules in containers was added in version 2023 and has been described here. Now that the platform can be run based on container services, we can
(...) 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 Enforce o (...)
(...) an be found in the article: HTTP headers in WEBCON BPS. CSRF Protection Protection against CSRF (Cross Site Request Forgery, XSRF) works by checking the Origin and Referrer headers in POST invocations from the user’s browser. A correct configuration should protect all endpoints where a user is authenticated based on cookies provided by the browser. As for headers which are (...)
Applies to version: 2022.1.x and above, author: Krystyna Gawryał This is an updated version of the article: Outlook Modern – installation and use Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Outlook Modern Introduction Mi
(...) External content by Daniel Krüger; June 10, 2024 ; The original POST has appeared on daniels-notes.de If you ever encountered a situation where you needed to install a new environment and already had an working environment you may have wondered, how you can make sure, that everything has been setup the same. While this is easy for the global parameters, there are other (...)
(...) onality also involved the addition of new HTTP endpoints and methods in Swagger. These elements were created in the PublicApiImport section within the API beta definition. Fig. 12: New POST , PATCH, and GET endpoints in Swagger With this solution, it will be possible to integrate with the API application used for automatic import, display interactive documentation, as well as call q (...)
(...) External content by Daniel Krüger; July 06, 2024 ; The original POST has appeared on daniels-notes.de It should be obvious, that you should secure any website with an SSL certificate. There's neither an excuse nor a valid reason for it. Ok, there's one theoretical exception I would accept. You are run a single server environment. Use only local accounts. You (...)
(...) External content by Daniel Krüger; December 12, 2024 ; The original POST has appeared on daniels-notes.de Is there someone who didn't have the case to verify that a field value is unique per form type/business entity/step(s)? I for my part now, did implement this dozens of times Finally, I realized, that I should streamline this approach and create a business rule for this. Even if (...)
(...) External content by Daniel Krüger; December 05, 2021 ; The original POST has appeared on daniels-notes.de Even though this is quite old, it still works and it can help others: If you are providing multilingual user interfaces this POST can provide you with little helpers to generate SQL statements: For multilingual choose fields. Multilingual icons (...)
(...) 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. R (...)
(...) External content by Daniel Krüger; September 02, 2022 ; The original POST has appeared on daniels-notes.de If you are accessing at least to WEBCON BPS environments you may have come into a situation, where one environment is using a different WEBCON BPS version than the other. In this case it comes in handy that it is possible to create a shortcut which opens connects to the (...)
(...) nal touch, visit the external Knowledge Base article by Razvan Ogrezeanu dated April 15, 2024: [EXTERNAL] REVAMPING THE DEFAULT: A FRESH TAKE ON HTML EMAIL TEMPLATES [https://community.webcon.com/POST s/POST /revamping-the-default-a-fresh-take-on-webcon-html-email-templates/436/18]
(...) 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 around (...)
(...) External content by Daniel Krüger; August, 2022 ; The original POST has appeared on daniels-notes.de If you are working with web services data sources like REST then you will have noticed that you can't view the outgoing request. This is also true, if you have a problem, when the instances hasn't been saved yet. All in all this can be quite annoying, if there' (...)
(...) 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. What w (...)
(...) 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 spac (...)
(...) 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. On (...)
(...) ule allowing the display of user authorization identifiers currently stored in the cache memory. Detailed information about OpenTelemetry in WEBCON BPS can be found at https://community.webcon.com/POST s/POST /opentelemetry-in-webcon-bps/403/3.
(...) External content by Maksymilian Stachowiak Every application you create needs defined permissions, this POST is about a pattern I'm using in every application. It helps with managing privileges, and eases out assigning already existing permissions. Read more here