(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Progress States

Overview

Example Progess Steates

Specs

Tokens

Token Description
displayName Display name of the component in the structure panel
direction Layout direction of the states (horizontal or vertical)
titleField Field in data source containing the state title
subtitleField Field in data source containing the state subtitle
stateIdField Field in data source serving as unique identifier
currentStateField Field that marks the current active state
sortOrderField Field that defines order of states
readonly Controls whether states are interactive or display-only
statusRules Rules that define visual status of each state
informationConfigs Configures additional information items per state
states Defines static states when not using data source
paddingClass CSS classes for spacing around the component
enableStaticData Toggles static vs. dynamic data mode
getElementsDataSourceId Data source ID for fetching states
getEntityCollectionHttpRequestParametersMap HTTP request parameters for fetching data
events Configurable component events
ON_INIT (Events) Event triggered when component initializes
ON_DESTROY (Events) Event triggered when component is removed
visibilityPolicySetId Policy set controlling component visibility
displayConditions Conditions for showing the component
id Unique identifier for programmatic access
dataTestId Testing hook ID for automated testing
enableAsHotspot Enables component as a guided tour hotspot
guidedTourHotSpotTitle Title of guided tour hotspot
guidedTourHotSpotDescription Description of guided tour hotspot

Structure

(Configured in General Properties)

(Configured in Datasource)

{
  "PATH": {
    "orderId": "context.selectedOrder.id"
  },
  "QUERY": {
    "includeHistory": "true"
  }
}

State

(Configured in Data Configuration)

[
  {
    "id": 0,
    "titleTranslations": {"en-US": "Submitted"},
    "subtitleTranslations": {"en-US": "Order received"},
    "status": 1,
    "information": [{"iconName": "calendar", "text": "April 15, 2025"}]
  },
  {
    "id": 1,
    "titleTranslations": {"en-US": "Processing"},
    "subtitleTranslations": {"en-US": "Order in preparation"},
    "status": 3,
    "information": []
  }
]

Status Rules Window

[
  {
    "field": "completionPercent",
    "operator": "greaterEqual",
    "valueType": "customValue",
    "value": "100",
    "status": "1",
    "priority": "1"
  }
]
[
  {
    "iconName": "info",
    "text": {
      "en-US": "Updated {{lastUpdatedDate}}",
      "de-DE": "Aktualisiert {{lastUpdatedDate}}"
    }
  }
]

Styling

(Configured in Visual Properties)

Configuration of static data

Versions

Actions & Variants

(Configured in Visual Properties)

(Configured in Events)

Tests

(Configured in Testing Hooks)

Guidelines

[NO DATA AVAILABLE]

Accessibility

[NO DATA AVAILABLE]