How to move batch data flow test runs created in lower environments to higher environment? I tried moving instances of ‘Pega-DM-DDF-Work’ for the runs created but that is not recognized in the higher environment.
I can see the instances in the higher environment but when I try to open the instance from the class, it throws the error ‘No run config present’.
Hi @SohamM95, that only works for real time data flows and the option does not exist for batch DFs. Does it mean that admin has to imitate a batch data flow in each environment?
@SaurabhMo To move Batch Data Flow (BDF) test runs from a lower environment to a higher environment, you need to ensure that both the run configuration and the associated data flow instances are properly transferred. Simply migrating the instances of Pega-DM-DDF-Work will not work because the run configuration (metadata and settings) tied to the test runs is missing. To resolve this, identify and export all related rules and configurations, such as the Data Flow rule, Data Set, and any referenced rules or configurations, using Pega’s Product Rule or Application Packaging feature. Ensure that you include dependencies like properties or parameters used in the test runs. Import the package into the higher environment and validate the imported artifacts. After this, test the Data Flow runs in the higher environment to ensure they are correctly configured and functional. This approach ensures no missing dependencies that cause errors like “No run config present.”