We are trying to fasten to the server, written on the basis of Workflow Foundation, an alert about the progress of operations on the client.
The problem is that I did not find any methods that would allow the Activity to run and wait for its completion in the calling thread (in general, just run synchronously) - Workflow itself creates threads that you cannot reach from the code and runs Activity in them. There was no waiting method for completion either.