flow_report_chunk
Contains segmented flow reporting data that supports partial aggregation of workflow metrics.
Columns
| Name | Type | References | Description |
| jc_sys_id | String | Provides the system identifier (sys_id) that uniquely identifies the journal chunk record within the flow report. | |
| jc_data | String | Contains the chunk of data captured as part of the flow report, typically representing a portion of log or output information. | |
| jc_document_id | String | References the identifier of the document or record associated with this data chunk. | |
| jc_field | String | Specifies the field name within the source table that this data chunk corresponds to. | |
| jc_length | Int | Indicates the length of the data chunk, measured in characters or bytes. | |
| jc_position | Int | Defines the sequence or position of this chunk within the complete report or dataset. | |
| jc_source_table | String | Lists the source table from which the data chunk originates. | |
| jc_sys_created_by | String | Identifies the user or process that created the journal chunk record. | |
| jc_sys_created_on | Datetime | Displays the date and time when the journal chunk record was created. | |
| jc_sys_tags | String | Contains metadata tags associated with the journal chunk for classification or filtering. | |
| frd_sys_id | String | Provides the sys_id that uniquely identifies the flow report definition record. | |
| frd_context | String | Specifies the execution context for the flow report, linking it to a specific workflow or process run. | |
| frd_context_link | String | Provides a reference link to the related context record for the flow report. | |
| frd_sys_created_by | String | Lists the user or process that created the flow report definition record. | |
| frd_sys_created_on | Datetime | Displays the date and time when the flow report definition record was created. | |
| frd_sys_tags | String | Contains metadata tags associated with the flow report definition for organization or tracking. | |
| frd_type | String | Specifies the type of flow report, such as execution, performance, or diagnostic report. |