How can i export XML for a case type in PEGA 8.7
I want this xml to create documentation for case type.
- Open your case type
- Actions→ open(case type run- pyDefault)
- Actions→ view XML
Thank you @Anoop_Krishna , this give me xml only for case type, but i mean case type for business flow. To have included all XML for business flow , include all flow, flow action ,section , Data transform etc…. For example to get xml for flow KYC included all steps.
We can’t have everything in 1 xml. You will have to open the flow rule and take xml separately. You will have to take xmls separately for case type and flows and document them separately.
@Anoop_Krishna can you suggest any other way how to made documentation for a flow ? or any other solution how to get xml with any activity
You can try below steps.
You can create an utility activity. Loop through the rules(case type,flow etc etc) and then in each loop→ 1. Do obj-open that rule, 2. in the 2nd step of pzGetPageXML you will see a java step. You can have that as a function. Then use that to convert page to xml. Once you fetch the xml, append this to another property(append xmls of all the rules in this property).
