cancel
Showing results for 
Search instead for 
Did you mean: 

How to get next node assignee?

wliang_bj
Champ on-the-rise
Champ on-the-rise
How can I get next node assignee?
In some situation , I need to tell the task operator who is the next step's owner?

Thanks a lot!

Wangliang
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
You could retrieve process definition information by getting the BpmnModel through the repositotyService.

However, do take in account that when you use expressions, those expression for the assignee won't be resolved yet.

wliang_bj
Champ on-the-rise
Champ on-the-rise
Thank you very much.