Hi,
I have a Sequential Workflow running in my application at a regular
interval.
I have a set of NUnit tests that can validate the outcome of the above
process.
I would like to add one more activity at the end of the workflow that
will run the NUnit tests and email the results in the case of failure.
Thanks