List of deployed processes and MessageNames

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2013 10:39 AM
Hi All!
Now I need to get list of deployed processes and EventMessages in Activiti.
To get list of deployed processes I use
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?
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?
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2013 08:05 AM
Good point, we'll need to add that. Can you create a JIRA issue for this?
Thanks,
Thanks,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2013 05:06 AM
Where I can do that?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2013 09:55 AM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2013 08:07 AM
Please vote http://jira.codehaus.org/browse/ACT-1864

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2013 09:10 AM
