@Narendra_P
I don't know if such scripted migration is possible for any lsf scenario but I do know of a site where such a migration has been done using a scripted approach.
I can't share the details because they are confidential.
Given the importance of such a migration path I would expect though that it's only a question of time until there will also be some public information available.
The approach I know of in a nutshell:
1. Export the lsf flow definitions to an xml file using jexport
2. Create an xmlmap to convert the xml to a format (SAS tables) that's easier to work with.
3. Use the exported data to generate Python scripts with the Airflow DAG definitions to which the lsf flow definitions can get mapped.