[jboss-user] [jBPM] - Re: Accessing the current state in Script or User Tasks
hamsterdancer
do-not-reply at jboss.com
Tue Jul 19 11:34:27 EDT 2011
hamsterdancer [http://community.jboss.org/people/hamsterdancer] created the discussion
"Re: Accessing the current state in Script or User Tasks"
To view the discussion, visit: http://community.jboss.org/message/616169#616169
--------------------------------------------------------------
Ok, I found a solution for the "optional" point. I'm now able to get additional information about the current process like the name, instance and the node itself with all its variables. But I need still the current user of the jBPM console. Any idea?
To whom it may concern:
With the kcontext variable which you can also access in scripts, you are an object of the class using org.drools.spi.ProcessContext which implements the following interface:
http://docs.jboss.org/jbpm/v5.1/javadocs/org/drools/runtime/process/ProcessContext.html http://docs.jboss.org/jbpm/v5.1/javadocs/org/drools/runtime/process/ProcessContext.html
As you can see, you can get all the information about the process instances, node instances including all the variables.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/616169#616169]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110719/67c2246c/attachment.html
More information about the jboss-user
mailing list