Creating Flow Structures
  • 18 May 2022
  • 1 Minute to read
  • Dark
    Light

Creating Flow Structures

  • Dark
    Light

Article Summary

Overview

Data Structure Quick Summary
Complexity?Performance Impact?Saves to Database?Configuration Folder?Entity Framework?Folder Behavior?Process Tracking?
LowLowNoNoNoNoNo


The Flow Structure is used to organize and store data only in memory. It is not saved to the database. Flow Structures can NOT persist beyond the execution of the Flow in which it is used.


Creating The Data Structure In A Flow

  1. In a Designer Project, click CREATE DATATYPES/INTEGRATION on the top action bar.
  2. In the Structure Type Name, enter in a name and declare a name for the data fields to populate the structure along with their types. After the desired field are configured, click SAVE.


  3. Create a new Flow. Attach a Create Data step to the Start and End steps.
  4. On the Properties panel, click SHOW EDITOR. Define a variable name and select the Flow Structure as the TYPE.

Flow Structure Settings

Setting NameDescription
Hide In SearchHides the data type from appearing when being searched
Type Name SpaceCreates the unique identifier for the Entity (namespace.typename) to generate the SQL table name for the Entity (namespace_typename)
Category OrderAllows data field categories to be organized by the Designer
Can Be Base TypeAllows the created type to be used as a super-class for sub-classes
Include Type Name In DescriptionThis enables or disables the visibility of the Type namespace

For further information on Data Structures, visit the Decisions Forum.

Was this article helpful?