This section contains entities that relate to Business Analytics. All entity types start with BIZ_*.
smartscapeNodes "BIZ_*"
Smartscape node type: BIZ_FLOW
This entity represents a business flow.
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "BIZ_FLOW".
smartscapeNodes "BIZ_FLOW"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| smartscapeId | stableA Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. |
|
| string | deprecatedThe entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the |
|
| string | stableThe entity name. |
|
| string | stableThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity. |
|
| record | stableA consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, |
|
| timeframe | stableThe lifetime of the entity. This is a record with two nested fields: |
|
| record | stableProvides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command. |
|
| string[] | resource stableThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: |
|
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | experimentalInternal ID from the business flow configured in the Business Flow app. | |
| string | experimentalThe priority of a business process. |
|
| string | experimentalURL to explore the business flow in the Business Flow app from a result in a DQL query against Smartscape nodes. |