Is it possible to add "comments" to Mule flow ?
I'd like to add notes to myself for future reference. I don't see a way to do that in the UI, and I ran into parse errors if I add directly to the XML.
15 answers
Mule flow is nothing but XML and in XML you can always put comment for your reference.
Just put your comment within `<!-- -->` tag..
example :- `<!-- This is a comment -->`
reference :- http://stackoverflow.com/questions/2757396/how-do-i-comment-out-a-block-of-tags-in-xml
http://stackoverflow.com/questions/17327120/how-to-comment-a-single-line-in-xml