1 Reply Latest reply on Dec 17, 2007 12:39 PM by kukeltje

    jBPM - Taskinstance, how to get the isSuspended value ?

    funkystuff

      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.