wm 7.1.1 process models

we have only runtime process models in DB. is there any way to get the design (actual) time process models from run time components

unfortunately, we don’t have the work space, where we have saved all the processing model @ that time of development

now i need add one more step to the proces model… how can i do that?
is the process model 7.1.1 reverse engineering is possible?

Please help

Hi Vasu,
Process model will be stored into PRT database table ‘WMPROCESSDEFINITION’. The column named ‘Processfile’ will have the model that is currently running in your environment… It will be in blob format… Extract it using sql developer or some other database tool and rename it to .process. You can very well load it in Designer and make the change.

HTH
Senthil