Updated on 2025-08-15 GMT+08:00

Structure Overview

What Is a Structure?

A structure is a defined data format that restricts the use of input, output, and internal variables during application development. In Huawei Cloud Astro Zero, structures can be used for external inputs, output parameters, and variable structures in flows, connectors, and BPMs. Structures are limited to the current application and can be packaged with it.

What Can a Structure Do?

Capabilities of a structure:

  • Supports data types similar to system object fields.
  • Allows fields to reference another structure.
  • Supports nodes (internal structures) that are only available within the current structure.
  • Enables importing structure metadata from a sample JSON.