Here are some conditions I consider if I want to create a new .xaml file, I’d like to know if there are other things important to note:
- If a sub process is reusable - to avoid duplicate activity, flows
- If the process is too large - to make it easy to maintain
- If other developers will have to work on a process, create a single .xaml for each dev- easy collaboration so you (and only you) can push your changes
Many thanks!