cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to get formResourceKey using API

partizano
Champ in-the-making
Champ in-the-making
Hi, Activiti Team!

I try to get form key of user task, using API, and got a problem. There is no getter for property "form key" in interface org.activiti.engine.task.Task.

Can you help me? Maybe, I have to use another interface (not org.activiti.engine.task.Task) to get form key of the task?

Thanks.
1 REPLY 1

partizano
Champ in-the-making
Champ in-the-making
I solved the problem:

processEngine.getFormService().getTaskFormData("111").getFormKey();