Is there is any way in wM to get automatically mappings from source to target in pipeline mapping steps in flow services??i.e I need to get some sheet or document which contains all mapping information of variables/documents in that flow service .
I am sorry. Going forward I will make sure to avoid duplicate posts.
““You may have to create a service/utility to get the mappings from source to destination by reading flow.xml and I am sure it will cost more time””
According to your statement, If I have 100 flow services I need to write that many customized services to get the mappings by reading each flow.xml??is my understanding correct??
This can be done using JAVA Stax API. As custom parser for each flow service is a big overhead, we can create a generic XML Parser and then can format and write the parsed data accordingly.