6 Replies Latest reply on Nov 17, 2006 2:44 PM by prassib

    JBPM - state/node timing details

    prassib

      Is there an easier way to find out the elapsed time at each node/state of the Process?

      I am thinking of logging the time inside a "node-enter" ActionHandler of each state/node. This will help me compute the elapsed time at each node.
      I was wondering if the JBPM API already has any method to compute the time for me so that I dont have to write any ActionHandlers for this.