[JBoss-user] [JBoss jBPM] - Re: getting node Class type when getting process definition

2006-07-06 Thread msynovic
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

[JBoss-user] [JBoss jBPM] - A couple of API questions

2006-06-29 Thread msynovic
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