[jboss-user] [JBoss jBPM] - Re: The 'correct' way to join application data to a workflow
That's a fantasic answer and a lot of help, cheers kukeltje "kukeltje" wrote : 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=4146195#4146195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146195 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: The 'correct' way to join application data to a workflow
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 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: The 'correct' way to join application data to a workflow
"kukeltje" wrote : jbpm has the notion of a businesskey Can you expand on that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143898#4143898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143898 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: The 'correct' way to join application data to a workflow
jbpm has the notion of a businesskey, which corresponds to option 3. That is also what we use internally View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143805#4143805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143805 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user