Nanoflow Properties

Last modified: September 27, 2023

1 Introduction

This page describes the properties of nanoflows. For details on using nanoflows and nanoflow elements, see Nanoflows.

2 Properties

Nanoflow properties consist of the following sections:

2.1 General Section

2.1.1 Return Type

The return type defines what information the nanoflow returns. The caller of the nanoflow will get a result of this type. For possible return types, see Data Types.

2.2 Common Section

2.2.1 Name

Name is the internal name of the nanoflow. When referring to the nanoflow in the app you will use this name. It must be unique within the module, but you can have two nanoflows with the same name in different modules. When referring to the nanoflow, you will normally prepend the name of the module to ensure uniqueness and allow you to use nanoflows in other modules.

2.2.2 Documentation

Documentation allows you to describe your nanoflow to make it easier for people to use and modify it.

2.3 Usage Section

2.3.1 Mark as Used

You can search for unused items (Ctrl + Shift + F, then select Unused items in the Search for drop-down menu) in Studio Pro. Nanoflows that are only called from JavaScript code will be listed as unused, because Studio Pro cannot look inside the source code.

By enabling the property Mark as used, you explicitly specify that the nanoflow is used and Studio Pro will no longer list it when searching for unused items.

Default: disabled

2.4 Security Section

2.4.1 Allowed Roles

These are the module roles the user must have to be able to execute the nanoflow.

For more information, see Module Security.