[jboss-user] [JBoss jBPM] - Re: The 'correct' way to join application data to a workflow
kukeltje
do-not-reply at jboss.com
Mon Apr 14 12:15:47 EDT 2008
http://docs.jboss.com/jbpm/v3.2/javadoc-jpdl/org/jbpm/graph/exe/ProcessInstance.html#setKey(java.lang.String)
or use the contstructor of ProcessInstance
with http://docs.jboss.com/jbpm/v3.2/javadoc-jpdl/org/jbpm/JbpmContext.html#loadProcessInstance(org.jbpm.graph.def.ProcessDefinition,%20java.lang.String) you can retrieve instances based on the businesskey.
For a discussion on the businesskey see: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100895
I did not find anything in the docs for it, so that needs to be added.
>From seam:
http://docs.jboss.com/seam/2.0.1.GA/api/org/jboss/seam/bpm/BusinessProcess.html
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143997#4143997
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143997
More information about the jboss-user
mailing list