How to get process model from MY webmethods and Integration to designer

Hi All,

we have process models which have created long back and uploaded to the MY webMethods server from designer, now i need to get those process models back from my webMethods server and IS to designer and need to enhance the process steps, please any one help me to get those process model back to the designer.

Regards,
Anil kumar Ellendula

You can get the model from WMPROCESSDEFINITION.PROCESSFILE.
Get the clob object and then save it as .process file and import it in your Designer project

Hi Sumit,
Was wondering how to get the clob object and save it as .process file. Can you give some more info?

Thanks
Senthil

Hi,

The process is stored as an XML in the column as clob datatype.
Use toad or sqldeveloper ui to export the XML and then save as .process file.

Regards,
Sumit