I asked the same question a week ago and didn't get a response. So as far as I
know the API doesn't expose this information. The only way we've been able to
get that information is to use Hibernate getClass method.
Example
| if(
Hibernate.getClass(processInstance.getRootToken().getNode()).eq
Hello,
Is there a method that currently exists in the 3.1.1 API that will return only
the process instance objects that exist for a specific process node id?
In the current API I can only find a method that will return all process
instances for a given process definition. However I'm really no