Hi,
There isn't anyway of showing updates to a specific step - but you could perhaps start a child workflow in the dialog to free up the dialog process to proceed to the next step - the long running process would be in a workflow activity. The dialog could then
check the progress of the workflow using another custom activity and not allow the user to start the next part of the dialog until it is completed. You would have to use a recursively called child dialog to prevent the process from continuing until the workflow
had completed. Every time the user clicks next, the status would be checked and if not completed, start the dialog again.
hth
Scott Durow
Blog www.develop1.net
Follow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"