[
https://jira.jboss.org/jira/browse/JBPM-2169?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-2169:
-----------------------------------
> - view list of timers waiting
managementService.createJobQuery()
.timers()
.list();
> - view list of backlog messages
managementService.createJobQuery()
.messages()
.list();
> - view list of DLQ jobs (+option to retry, can be many)
managementService.createJobQuery()
.exception()
.list();
retry:
managementService.executeJob(job.getDbid());
add jobs mgmt lists
-------------------
Key: JBPM-2169
URL:
https://jira.jboss.org/jira/browse/JBPM-2169
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Tom Baeyens
Assignee: Tom Baeyens
Fix For: jBPM 4.0.0.Beta2
>> * jobs
>> - view list of timers waiting
>> - view list of backlog messages
>> - view list of DLQ jobs (+option to retry, can be many)
I'll add the example queries to this jira issue and then Heiko can take over and add
the lists to the console.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira