cancel
Showing results for 
Search instead for 
Did you mean: 

Help! About ProcessInstance!

croc1
Champ in-the-making
Champ in-the-making
When I start a process by key,it return a ProcessInstance Entity,
and the entity has some property

[attachment=1]p1.png[/attachment]

but when I query a ProcessInstance by
runtimeService.createProcessInstanceQuery().processId("123").singleResult();
it return a ProcessInstance,but loss some property?

[attachment=0]p2.png[/attachment]
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

getActivity is not part of the public API and so it can in some cases be filled and in others not.

Best regards,