Is any API available to get a trace of the entire Process Instance that has 
ended or running.

So, for e.g.  consider the following process definition (Pls ignore the exact 
syntax) :

1) START
2) NODE-A
2) NODE-B
4) FORK --> NODE-C
             --> NODE-D
5) JOIN
6) NODE-E
7) END

I create a process instance and run through it i.e. the process instance ends. 
For the instance, I can get hold of different things like:
1) Any tasks
2) Variables and their values
3) Current Node -- where it is

But how do I get an entire trace i.e. it went through the above steps ? The 
variables at end step, etc.

Thanks
Romin.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932327#3932327

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932327


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to