table driven definition to workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2013 01:28 AM
Hi,
How are we displaying the workflow after saving the table driven definition ?
I've checked out the activiti source from github but unable to find this specific area in the source.
problem statement :
We need to create our own interface which defines a workflow after saving that we need to show the workflow diagrammatically ?
Please help…
Regards,
Nirvana
How are we displaying the workflow after saving the table driven definition ?
I've checked out the activiti source from github but unable to find this specific area in the source.
problem statement :
We need to create our own interface which defines a workflow after saving that we need to show the workflow diagrammatically ?
Please help…
Regards,
Nirvana
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2013 02:26 AM
Hi Nirvana.
I did not understand your question. (I am sorry for that.)
If you want to dig into process diagram generator, have a look e.g.:
https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/...
I did not understand your question. (I am sorry for that.)
If you want to dig into process diagram generator, have a look e.g.:
https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/...
/**
* Generates a JPG diagram image of the given process definition, using the
* diagram interchange information of the process.
*/
public static InputStream generateJpgDiagram(BpmnModel bpmnModel) {
return generateDiagram(bpmnModel, "jpg", Collections.<String> emptyList());
}
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2013 05:49 AM
Thanks martin for the quick response.
This is what I was looking for… process diagram generator..
Thanks,
Nirvana
This is what I was looking for… process diagram generator..
Thanks,
Nirvana
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2013 02:59 AM
I played with diagram generator little bit.
You can see results here:
http://gro-mar.github.io/activiti-crystalball/
Reports
https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram
https://github.com/gro-mar/activiti-crystalball/wiki/Drawing-into-process-diagram
https://github.com/gro-mar/activiti-crystalball/wiki/Process-instances-generator
https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator
You can see results here:
http://gro-mar.github.io/activiti-crystalball/
Reports
https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram
https://github.com/gro-mar/activiti-crystalball/wiki/Drawing-into-process-diagram
https://github.com/gro-mar/activiti-crystalball/wiki/Process-instances-generator
https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2014 04:47 AM
HI Martin,
How i can display dynamic table in activity form. I have tried but problem is still persist, looking for quick response.
thankss
jeetesh
How i can display dynamic table in activity form. I have tried but problem is still persist, looking for quick response.
thankss
jeetesh
