Stream Variable Store

Introduction

Store variables are the third kind of variables which can be used within Helmut4. Beside the Helmut Variables and the Temporary Stream Variables, Store Variables offer more flexibility towards creation, modification and deletion.

As temporary variables can only be created and used in a stream (they can be passed on to another stream by using Stream Execute Generic Stream Action or Job Create Job Action), Helmut Variables can be used in any stream or path input fields (expect Watchfolder paths).

Access Variable Store

The variable store can only be access from within a any stream. Simply click the "Variables" icon in the top menu bar, which will open the Variable Store as an overlay.

The Variable Store is showing all existing store variables, it will always show a pack of 25 variables. Navigating to the next page can be done using the bottom menu. Variables are listed ascending from their creation date.

Creating a new store variable

There are two options to create a store variable.

  1. Creating them within the Variable Store

To create a new one, simply click the + New button in the top right of the Variable Store. This will open a new overlay.

The new windows will provide a mask with three input parameters which need to be defined.

  • Key

    • Name of the store variable

    • Only alphanumeric characters are allowed: a-z A-Z 0-9 as well as hyphen (-) and underscore (_)

    • This regex can be considered for all allowed characters [^a-zA-Z0-9_-]+

    • Max length: 255

  • Value

    • Value/content of the store variable

    • There are no limitations towards unsupported characters

    • Max length: 1 million characters (1.000.000)

  • Protected

Interact with Store Variables

For further information head to Store Variable ?