When you validate all flow events at once, validation occurs in the following order:
- Process First (for the very first point of data)
- Pre Process
- Start (for every other point of data)
- Post Process
All other flow events are run only when the monitor is run (not the debugger).
Validation of all flow events will only work when you use the .CSV data file to supply test data.
To validate all flow events of a user process:
1. Ensure you have supplied test data in the form of a .CSV data file.
2. In the debugger options, click the Run All button.
The results are displayed in the log at the bottom of the screen, with highlighted components indicating which ones were involved in the process execution.
3. Click the Stop button to reset the process.
Note: You must click Stop to end the validation and return to editing the process.