I have a method BPM that takes some time to process and processes 1,000s of changed rows. I would like to have a row count which I increment and then I would like to display the count as the BPM is running without having the user click OK.
why not make the BPM an asynchronous BPM so that it runs in the background, and when it is complete, have it send an email back to the user saying it is done.