cancel
Showing results for 
Search instead for 
Did you mean: 

get Class from ServiecTask

larswillrich
Champ in-the-making
Champ in-the-making
Hey,

is there a way to get to the class, which must implement the interface (JavaDelegate).
I have an instance from org.activiti.bpmn.model.ServiceTask, there exists a lot of getters, but no one give me the class.

regards
lars
2 REPLIES 2

larswillrich
Champ in-the-making
Champ in-the-making
get the class: org.activiti.bpmn.model.ServiceTask.getImplementation();

jbarrez
Star Contributor
Star Contributor
That's right 🙂