Why does this setting in the Architect flow prevent the correct script version from being attached to the recording metadata during bulk exports?
We are processing a legal discovery request requiring strict chain of custody documentation for digital channel interactions (WebChat and Email) on the EU1 region. The requirement specifies that every exported recording file must include the exact script version used during the interaction in its JSON manifest.
Our current setup uses the standard POST /api/v2/recording/recordingexport endpoint. The export job completes successfully, returning a 201 Created status. However, upon inspecting the downloaded ZIP archive, the metadata JSON for approximately 40% of the digital channel recordings contains a script_version_id field that is either null or references an obsolete script ID. This occurs despite the Architect flow being configured to use the latest script version (v4.2) and the force_script_version flag being set to true in the flow logic.
Voice recordings export correctly with the proper metadata, suggesting the issue is isolated to the digital channels pipeline. We have verified that the script definitions in v4.2 are active and published. The tenant environment is running Genesys Cloud v2023-10-01.
Is there a known latency or caching issue with the digital channel metadata ingestion service that causes this discrepancy? Or is there a specific parameter in the bulk export request body that needs to be adjusted to ensure the script version is captured at the time of the interaction rather than at the time of the export job execution? Any insight into how the metadata is linked to the recording object for digital channels would be appreciated. We need to resolve this to maintain compliance with our legal hold procedures.