How to identify where is my message box in workflow?

Well Pavan,

There are many avenues you can take to remove/locate message box, here are some.

  1. Universal search on right hand top if your developer hasn’t changed the ‘Message Box’ name.
  2. Run process in debug mode and once message box comes up just maximize the studio and the debug feature will highlight in yellow where the workflow activity is.
  3. Use export to excel feature and search for the exact “message” of the message box and find out which .xaml has it.

OR

  1. Open .xaml file in notepad and search for the exact message.

But, universal search can also carry out 3rd and 4th point. But if there are many message boxes (more than a dozen per se) then opening through notepad and deleting only that node might be faster. Your wish.

Tell me if these work.

Regards :slight_smile:

2 Likes