cancel
Showing results for 
Search instead for 
Did you mean: 

Query for Receive Task

arjunbhattacher
Champ in-the-making
Champ in-the-making
Is there a way to query Receive Tasks ?
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,


taskService.createTaskQuery().list();

Regards
Martin

jbarrez
Star Contributor
Star Contributor
No, that is for regular user tasks, not for receive tasks.

You need to use the ExecutionQuery.activityId(id) with the id the id of the receive task element.