Whats the maximum number of Xaml

I am creating a workflow which reads data from multiple excel files around 10 different excel sheets. My final out put is an email status to relevant recipients

While creating flow diagram in visio, it occurs that we will have to create close to around 100 odd Xaml files and then invoke those conditions through the Form activity

Is this a good practice to have 100+ xaml files in one mail file or is there any better approach

Hi ,

Creating 100+ xaml in a single project can becomes clumsy and difficult to manage over time.
Better approach is to

  1. Modularize the workflow into smaller components that can be reused.
  2. Create libraries or packages for common functionalities.
  3. Use conditional logic within a Single workflow.