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?