How to get BPMN input stream in liferay?

cancel
Showing results for 
Search instead for 
Did you mean: 
praveenshanmuga
Member II

How to get BPMN input stream in liferay?

Jump to solution

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 Solution

Accepted Solutions
nikmenke
Active Member II

Re: How to get BPMN input stream in liferay?

Jump to solution

Hi,

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

Niklas

View solution in original post

1 Reply
nikmenke
Active Member II

Re: How to get BPMN input stream in liferay?

Jump to solution

Hi,

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

Niklas