1 Reply Latest reply on Jul 1, 2009 7:27 AM by kukeltje

    performance jbpmContext.getProcessInstance

    ajanz

      i got some performance trouble with my application.

      i use a query to select a list of processinstances. for each processinstance

      i call

      jbpmContext.getProcessInstance(id)

      every time i call my query function the first call to jbpmContext.getProcessInstance(id) lasts around 3 seconds!

      any idea why ?