cancel
Showing results for 
Search instead for 
Did you mean: 

List of deployed processes and MessageNames

vsalii
Champ in-the-making
Champ in-the-making
Hi All!

Now I need to get list of deployed processes and EventMessages in Activiti.
To get list of deployed processes I use

List<Deployment> deployments = repositoryService.createDeploymentQuery().list();

But I'm can't understand how I can get list of deployed Messages.

as MessageName I mean a message what I can use for runtimeService.startProcessInstanceByMessage(MessageName )

Can anybody help me?
5 REPLIES 5

trademak
Star Contributor
Star Contributor
Good point, we'll need to add that. Can you create a JIRA issue for this?

Thanks,

vsalii
Champ in-the-making
Champ in-the-making
Where I can do that?

martin_grofcik
Confirmed Champ
Confirmed Champ

vsalii
Champ in-the-making
Champ in-the-making