cancel
Showing results for 
Search instead for 
Did you mean: 

ServiceTask ExtensionElements

mansi
Champ in-the-making
Champ in-the-making
I have set field extension element in my service task in bpmn file, but while accessing it via serviceTask.getExtensionElements, after deploying the process, I am getting an empty map.

M I using a wrong method to access the extensionElemnts.

Any help will be appreciated, its kind of urgent. Thanks
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Mansi,

can you prepare jUnit test?
https://forums.activiti.org/content/sticky-how-write-unit-test

Regards
Martin

mansi
Champ in-the-making
Champ in-the-making
Thanks Martin, but when I tried to access it through another method getFieldExtensions, I was able to access it, so m sorry I didn't try it previously, and posted this in kind of hurry.

Thanks for your quick response.