cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Tasks along with Task variables

chidha2005
Champ in-the-making
Champ in-the-making
Can we get all the variables along with Task in activiti
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
You have to do 2 calls: query the task you're interested in and query the variables that belong to the task. There is no way of getting tasks and their variables in a single API-call…