Common Properties

Last modified: May 15, 2023

1 Introduction

This document describes common properties that are shared by many elements in the microflow editor.

These are the common properties for microflows and nanoflows:

Common properties in properties pane

2 Caption

The Caption describes what happens in this element. It is displayed in the microflow element to make the microflow easier to read and understand without needing to add annotations. If a value is entered here, Auto-generate caption is automatically set to No.

3 Auto-Generate Caption

The Auto-generate caption property specifies whether the caption is automatically generated based on the type of activity.

Option Description
Yes (default) The caption of the activity is generated by Studio Pro.
No The value in the Caption property, which you can edit yourself, is used.

4 Background Color

The Background color property allows you to choose a background color for each activity individually. Colors do not influence execution; they are only used to quickly spot an element in a flow. For example, you can make activities with error handlers red so you can easily identify them.

You can also select a default color for all the activities of a certain type in App Settings > Miscellaneous. The default color for all activities of a certain type can also be changed by right-clicking a microflow activity and selecting Set as default color from the context menu. This will make the current activity’s color the default color for all activities of the same type. If you change the default color for an activity type and there are other activities of that type present in the app that have a different individual background color specified, you will be asked whether you want to overwrite these individual colors with the new default color.

5 Error Handling Type

In Error handling type, you can choose the type of error handling for the activity. For details on available options and their effects, see the Error Handling Options section in Error Handling in Microflows.

6 Disabled

The Disabled property allows you to skip the activity from a flow.

Option Description
Yes The activity is shown as faded out and errors are ignored. When running your microflow, the disabled activity is skipped, also while debugging.
No (default) The activity works as usual.

7 Read More