cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving the XML process definition of a deployed process

sebastian_s
Champ in-the-making
Champ in-the-making
Hello folks,

I am looking for a way to retrieve the XML process definition of a deployed process. There seems to be no way to accomplish that. If I am mistaken could anybody please point me to the API function which I am overlooking?

Thanks in advance

Sebastian
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
There is an api: check the "InputStream getResourceAsStream(String deploymentId, String resourceName)" on the repositoryService

sebastian_s
Champ in-the-making
Champ in-the-making
Thanks for the hint, Joram. Smiley Happy