395396397398399400401
} public List<UserTaskBehavior> getUserEndTaskNodesInProcessInstance( String processInstanceId) { return commandExecutor.execute(new GetUserEndTaskNodesInProcessInstanceCmd(processInstanceId)); }