How to upgrade standalone version of WEBCON BPS 2020 to 2021. The article describes the Express edition, however the same should be done for Standard and Enterprise editions. Before Installation During installation always something can go wrong. Before upgrade make sure that: You have valid license for version of WEBCON BPS you are updating to. You…
Tag: Configuration
Global business rules – ready-to-use examples
Several ready-to-use examples of global business rules that you can create once and use in everyday work with WEBCON BPS when creating and developing business processes. Count attachments The rule returns number of attachments of given category (all category if ‘ALL’ parameter is passed). SELECT Count(1) FROM wfdataattachmets WHERE att_wfdid = {WFD_ID} AND att_isdeleted =…
Wait for sub-workflows step – advanced configuration
Advanced configuration of the wait for sub-workflows step using SQL query. Advanced subworkflows settings. The wait for sub-workflows steps allows for easy and quick configuration of processes in which we deal with dependent sub-workflows. Thanks to this, we can quickly determine how the main workflow should behave depending on the behavior of sub-workflows. However, in…
Attachments export from the WEBCON BPS database
How to save attachments from the WEBCON BPS form to a hard drive or network share. This post was inspired by an article found on the web “Export Documents saved as Blob / Binary from SQL Server“. The article shows how to use the T-SQL language to save a file stored in the database on…
Quick tip #3: Using hyperlink action on transition path
Using the standard hyperlink action on the transition path in WEBCON BPS 2020. Instant transition to a sub-workflow using the hyperlink action. So it is possible? Most of the examples on the web show the usage of the WEBCON BPS hyperlink action as a menu button. However not everyone knows that this action can be…
Massive update of sub-workflows in WEBCON BPS
How to massively update multiple WEBCON BPS workflow instances. How to cancel all active WEBCON BPS sub-workflows? Every complex process has a sub-workflows Today’s post follows my post “Moving workflow elements en masse” from 5 years ago on the massive cancellation of all sub-workflows. Today I would like to present the simplest possible way of…
External users and WEBCON BPSAuth Service
Configure WEBCON BPSAuth Service for WEBCON BPS 2020 Standalone installation. Add external users. How to add google authentication provider. BPSAuth for Standalone installation Since version 2017, WEBCON allows the use of external authentication providers. At WEBCON technical blog you may find an article how to configure BPSAuth Service for WEBCON installation for SharePoint installation. However,…
Upgrade WEBCON BPS Express from 2019 to 2020
Do you have older WEBCON BPS Express version? Did you know you may upgrade it to newest version? In this post you will find how to upgrade standalone version of WEBCON BPS 2019 to 2020. The article describes the Express edition, however the same should be done for Standard and Enterprise editions. Before Installation During…
Usage of URL parameters in WEBCON BPS
How to use URL parameters in WEBCON BPS to fill form field. Automatic path transition using URL parameters and quick paths. Basic use of URL parameters – workflow registration WEBCON BPS allows you to use URL parameters to automatically complete the fields on the form. To achieve this, in the URL you should add parameters…
Business rules for working days in WEBCON BPS
Use universal global business rules in your processes. Using the working days calendar in WEBCON BPS. Working days calendar WEBCON BPS allows you to define non-working days in your organization. Thanks to this, we can use standard functions such as performing timeouts only on business days. Another standard feature is displaying on SWE reports, how…