Data flow run is not available in higher environment which was created in dev environemnt

Hi All,

We have configured a dataflow for fetching and processing data from kafka, we have created a run in dev environment and planning to deploy the same run into higher environment.

for that I have enabled this checkbox Manage the run and include it in the application.

and created a new run,then I have deployed application in QA environment but the run was not available in QA environment.

Can anyone help on this how to get data flow run to deploy in higher environment?

Thank you

The issue was resolved and the run is available in higher environment automatically when we deploy the application in higher environment.

The issue which we were facing is because, we have created data flow run in branch application in dev environment which is working fine in dev, but finally we are deploying actual application into higher environment, so the run was not available in actual application, so to fix this issue, we have created a run in actual application instead of branch application.

Then we deployed the application from dev to QA, the run was deployed and started listening.

@VeerendraC branch application in the sense development application you mean? Application used for development purpose.

@Anoop Krishna Yes, The development application which we use for development and then we will merge the code with actual application.