Categories
Bizagi Tips and Tricks

Use REGEX inside expressions

Bizagi allows you to use a regular expression (REGEX) on input text fields. So what happens if you want to use REGEX inside an expression?

Categories
Bizagi Tips and Tricks

How to display the data from a master entity (Bizagi Cloud)

How to display the data from a master entity (Bizagi Cloud)

Before when Bizagi was installed on-premise, you had access to the database. And it was super easy to perform a SELECT and to retrieve the data from a particular table.

So how can you display the data from an entity/table when Bizagi is Cloud-based? Do you open a support ticket every time you want to query your entity? No! The easiest way is to use the SOA layer and get the values using the EntityManagerSOA getEntitiesAsString

Categories
Bizagi Tips and Tricks

Create custom HTML emails in Bizagi

How to create custom emails

Go to Activity Actions (Events) and select your activity. Add a new e-Mail.

Categories
Bizagi Tips and Tricks

How to get the case link in Bizagi

In this article, I will walk you through an easy and powerful solution on how to get the case link in Bizagi.

Categories
Bizagi Tips and Tricks

Can’t load localization file for language: en-us, error –

The Problem

When you try to load the web application you get the following error:

Can’t load localization file for language: en-us, error –

Categories
Best Practices Bizagi Tips and Tricks

Customize case number in Bizagi

In Bizagi, we refer to process instances as cases and present them to end users. By default, we assign an internal sequence for numbering each case and display it as the “Case Number”. This ensures that each case is uniquely identified and eliminates the possibility of duplication or conflicts. However, you can customize the numbering sequence to meet your specific needs. We also recommend using prefixes when using sequences to prevent duplication in case numbering. We allow you to define customized sequences, including prefixes and suffixes, for all or some of your processes.

Categories
Excel

Beautiful To-Do List (Excel Template)

To-do list excel template preview

How do you manage your time and tasks? What application do you normally use to keep track of your daily/weekly tasks? These should be fairly easy questions, right? For most of us, it isn’t. Let’s have a look at some statistics.

Time and task management statistics

  • 18% of people have a dedicated Time Management system. 82% of people do not have a dedicated Time Management system.
  • 33% of people use a To-Do List to manage their time and tasks.
  • 24% of people use their Email Inbox as their time and Task Management system.
  • 12% of people schedule all of their tasks in their diaries in advance.
  • 25% of people “Just deal with whatever seems most important at the time”. (source: acuitytraining.co.uk)
Categories
Bizagi Tips and Tricks

Bizagi cloud migration

Bizagi is moving to the cloud. How does this impact your business?

Bizagi cloud migration

If your organisational processes were developed on-premise, that means your company needs to take the decision to migrate to the cloud. The reason for this is that Bizagi stopped the sales of new on-premises licenses.

Categories
RPA UiPath

RPA Testing with Studio (UiRPA part 21)

RPA Testing with Studio

About the course

RPA is software, so the development cycle has to include all the established stages, including testing. Done correctly, RPA testing can lower maintenance costs, thus increasing the value brought by automation. 

This course positions RPA testing in the overall automation process and covers in depth the relevant features for testing in UiPath Studio. It mainly focuses on unit testing for your RPA workflows and includes best practices from projects implemented by the UiPath development teams. 

What you will learn in this course

At the end of this course you should be able to:

  • Explain the causes that affect the robot’s stability and how they can be tackled.
  • Build the case for RPA testing.
  • Describe the levels of RPA testing.
  • Create basic and data-driven test cases for RPA workflows.
  • Explore the dedicated verification features for RPA Testing.
  • Use Test Explorer to group tests together, perform debugging, and analyze activity coverage. 
  • Use mock testing to simulate real objects in RPA testing scenarios.
  • Follow the good case practices identified by RPA developers from real automation projects.
Categories
RPA UiPath

Version Control Systems Integration in Studio (UiRPA part 20)

Version Control Systems Integration in Studio

About the course

This course provides an overview of the version control systems which can be used with UiPath Studio, with a focus on the main actions you can perform with Git. 

What you will learn in this course

At the end of this course you should be able to:

  • Explain what version control systems are.
  • Identify the version control systems that are integrated in UiPath Studio.
  • Perform the most important actions within a version control system integration (we will use Git as an example).