[
https://jira.jboss.org/jira/browse/JBPM-2193?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-2193:
-----------------------------------
For the images, how will they get in the console ? through a servlet ?
is there a servlet that will process a request in the line of
http://localhost/gwt-console/processimage?procdef=InsuranceClaim-8374
then that servlet will go to the repository service. currently there is a resource method
to look up a resource by deploymentDbid
InputStream getResourceAsStream(long deploymentDbid, String resourceName);
but that would not be sufficient. we probably need a method like
InputStream getResourceAsStream(String processDefinitionId, String resourceName);
Is that also how you see it ? A servlet that depends on a new -to-be-created method
getResourceAsStream(String processDefinitionId, String resourceName) ?
show process definition diagram
-------------------------------
Key: JBPM-2193
URL:
https://jira.jboss.org/jira/browse/JBPM-2193
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Tom Baeyens
Assignee: Heiko Braun
Fix For: GWT Console 1.0.0 CR1
show the process definition diagram
show the currently active activities on the diagram.
--
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