Hi ,
Could anybody help is any way to import existing process from the repository into XCP designer, an existing process also created through XCP designer.
Thanks,
Only types created in the repository can be adopted and can be used.
Not possible for the process import, you need to create it from scratch .
If there is an existing process in the designer you can able to duplicate the same by right click options.
you can get the process from war file...
if you don't have the source of the process then you can unzip the war file into a temp location and then you can copy the artifacts from there on
Whenever you are deploying a copy of war file will be stored in the following locations.
1. xCP target folder
2. System Temp folder
3. application server (webapp) in the server machine
4. File store of Documentum
From any one of above location you can get the war then from the war you can get the artifacts.
Duplicate the process in your original project move it to a package and import that package into the new project. Then duplicate again (in order to be able to edit it) and move to your desired package. Delete all the intermediate artifacts.
Haven't tried it but it might work.
Have you lost the original project or are you just looking for a way to re-use the process? There is no way to extract the XML model from the repository and so if you have lost the original Designer project you cannot get it back. If you do have the Designer project you can simply copy the XML model from the original application to the new one, and edit the XML to update the namespace.
I am not sure about the latest xcp patches, but if you are using old patches the war file will be uploaded to the repository as well. You can get it from there.
As others suggested, you can get the process from the war file
All the above only if you lost the orignal project.