StopWatch is a bundle app consisting of two apps that work in tandem in a Switch flow. The apps are called WatchStarter and WatchReporter. You need both in a Switch flow to have meaningful results!
- WatchStarter
Takes all passing jobs and attaches private data to them. This private data contains the exact date and time the jobs are seen passing by.
- WatchReporter
Takes all passing jobs and sends them to the data success connection unchanged. At the same time, it records the date and time they passed through. At configurable times, it generates log files about the performance of the Switch flow.
You can have multiple WatchStarter / WatchReporter pairs in a Switch flow; just make sure they all have their own unique Watch ID set.