1 Reply Latest reply on Dec 10, 2008 7:21 AM by kukeltje

    How to get a list of Jobs of my processinstance

    mikeschulze

      Hi, I wanted to know If there is a way to get a list of all current Jobs of my processinstance with jbpm-means.
      I can get them directly out of the db using sql, but i was hoping there is a better way.
      I've tried getMonitoredJobIds() of the JobExecutor, but somehow it only returns a list with the size of 1. I guess it contains the job which is currently checked by the Executor, cause its contents seems to randomly filled with different jobs. Can anybody help me out?
      thx - Mike