9 Replies Latest reply on Feb 20, 2007 9:56 PM by kpalania

    How to tell how far the process has moved along in the workf

    kpalania

      Say, I have a jBPM workflow process definition, and it has several nodes/states/forks, etc. Now, I start this workflow process and it has gone some distance but hasn't reached the end, because there is some wait state or something, and I want to be able to tell where the process is at any given point in the workflow. Is it at step3 or step6 for example?

      Also, even if the workflow completed, I want to know the route it took (as it could be different based on context variables set differently in different cases). How do I figure that out? Thanks.