cancel
Showing results for 
Search instead for 
Did you mean: 

deployed process has wrong icon

m2spring
Champ in-the-making
Champ in-the-making
This is my process in the editor (Modeler):
[img]http://dl.dropbox.com/u/1917727/20130201-1338-1.png[/img]
This is how the process looks after it's deployed:
[img]http://dl.dropbox.com/u/1917727/20130201-1338-2.png[/img]

The Jenkins icon is gone and replaced with the service icon.

Now, I understand, that this is result of my mapping a Jenkins task onto a service task.

What do I need to do if I want to preserve the Jenkins icon even in the deployed process?

Thanks!
-Max
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
You'd need to fiddle with https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/...

There (and the classes in the same package) is where all the drawing happens during a deploy. I don't know if that class was made to be really extensible, so we might need tot tweak that.

Alternatively, you can just pass an image together with your deployment, and that image will then be shown, see http://activiti.org/userguide/index.html#providingProcessDiagram