Skip to main content

Static Data

The Static Data component is a workflow step designed to store static data within a workflow. This functionality is crucial for workflows that require fixed data values, such as configuration settings, reference data, or constants that are used across multiple steps in the workflow.

Properties

Input

  • Step Name - Users can specify a name for the Static Data component step here. Naming the step is essential for identifying it within the workflow, especially when managing complex workflows with multiple components and data sources.
  • Static Data - In this input field/config, users can enter static data that they wish to store and use within the workflow. The component supports various data types as input, including Strings, JSON objects, and Lists. This flexibility allows users to store a wide range of data structures, depending on their specific needs and the requirements of the workflow.

image

image

Output

  • Static Data - Returns the stored static data as output. This output can then be used in subsequent steps of the workflow, providing a reliable and consistent data source that does not change over time. The availability of this static data can simplify the workflow design, especially in cases where certain data values are reused or referenced multiple times throughout the process.

image