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?
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.