That's the interesting part, wMQI will look for the label in all deployed flows, even if not included by the calling flow! This is partly a nuisance, as it means you can't use the same subflow in mul ...
I was experimenting with labels in subflows. I have a message flow MAIN that calls a subflow DETERMINEROUTE. This then uses RouteToLabel to jump to label ATOB in a separate flow ATOBPROCESSING. Tha ...
We have some xml containing coded xml, eg.
<Text><hello>there</hello></Text>
Is there an easy way to convert this to "real" xml, ie.
<Text><hello> ...