When updating our projects from Windows-Legacy to Windows, we face this following error, already mapped on troubleshooting guide:
Troubleshooting Guide : Conversion from Windows-Legacy project to Windows project
We are aware of this limitation:
Invoke workflow file activity in Windows project doesn’t support xaml file which doesn’t exist under the project folder.
But not satisfied with the solution:
Modify logic to use xaml file under the project folder or use Library etc.
We have over 200 processes and many of them use shared workflows, the main example is system logins.
If we follow the suggestion and create libraries for these shared workflows, once this library is updated we would have to update all these 200 processes one by one. Each process has its own repository.
Do you have any other recommendation on how to deal with this?
What is the best practice to have updated shared workflows using Windows project?