cancel
Showing results for 
Search instead for 
Did you mean: 

table driven definition to workflow

nirvana
Champ in-the-making
Champ in-the-making
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
4 REPLIES 4

martin_grofcik
Confirmed Champ
Confirmed Champ
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/...

/**
   * 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());
  }

nirvana
Champ in-the-making
Champ in-the-making
Thanks martin for the quick response.

This is what I was looking for… process diagram generator..

Thanks,
Nirvana

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