cancel
Showing results for 
Search instead for 
Did you mean: 

How to get BPMN input stream in liferay?

praveenshanmuga
Champ in-the-making
Champ in-the-making

I use activiti bpmn in liferay 6.2 CE,

I want to get the inputstream of deployed BPMN Workflow in liferay..!

Is it possible or not

can any one help me!

Thanks in advance

1 ACCEPTED ANSWER

nikmenke
Confirmed Champ
Confirmed Champ

Hi,

if you mean the .bmn20.xml file you can just use repositoryService.getResourceAsStream(String deploymentId, String resourceName).

Niklas

View answer in original post

1 REPLY 1

nikmenke
Confirmed Champ
Confirmed Champ

Hi,

if you mean the .bmn20.xml file you can just use repositoryService.getResourceAsStream(String deploymentId, String resourceName).

Niklas