2 Replies Latest reply on Jun 14, 2011 4:54 AM by ylh

    Task take time

    ylh

      i.e.

      A task assigned to a group, then some user of this group take the task (taskService.takeTask).

      Did jBPM record the taking time? (seems not based on the db schema)

        • 1. Re: Task take time
          melc

          Hello,

          Look in the NodeInstanceLog table, you'll find all starting and completing of each node of each task, thus i think with one or more joins you can figure out the time for a specific task

          • 2. Re: Task take time
            ylh

            Thanks for reply. But the NodeInstanceLog table (in audit package) seems appear since jBPM 5.

             

            4.3 in my case.