Hello,
About jBPM 3.1.4 :
In the TaskInstance class, can be invoked the Suspend() method.
But how to know if the Taskinstance is suspended ?
The isSuspended field is protected, not public.
The only public propertie giving an information is the isOpen. if a taskinstance is not
opened, it's because it's cancelled, ended or suspended. It's help to know if
a task instance is suspended but it's not a very good method to know that.
Does anybody know where is hidding an "isSuspended" public getter?
Thank you,
Seb.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113427#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...