I have requirement like when new workfow model create it should store in custom project folder which i created and it has to show in workflow model console.
whenever you create a workflow model in AEM, it gets stored in /var/workflow/models path so only thing you need to do is create a var folder of type sling:folder in ui-apps module of your project and then with the help of AEM developer tools for eclipse you can import that model in your project.