I'm using jBPM to provide some basic state-machine type functionality, focusing on nodes and transitions for the time being. Transitions are manually performed through the user interface.
I see that, in my limited use case, the jBPM logging service keeps track of three different types of data: - signals (timestamp and transition ID) - transitions (source/destination node, w/timestamp of transition) - nodes (enter/leave times, time elapsed in node) But there doesn't seem to be anywhere to keep track of *who* performed a given signal/transition, which would make sense in my use case. The only thing that is recorded is the old/new actor ID in the case of task assignment. In the 3.1.1 source, I do see a 'getActorId' method on ProcessLog, and see a reference to getActorId: | // AuthenticationLog overriddes the getActorId | ... but no AuthenticationLog to be found anywhere else. Am I missing something? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955874#3955874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955874 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user