[jboss-user] [JBoss Seam] - Re: How to Initiating multiple jBPM processes from within a
vsbhanot
do-not-reply at jboss.com
Tue Jun 26 02:44:26 EDT 2007
"vsbhanot" wrote : Hi
|
| I am developing an application using SEAM, JBPM & JSF. I have a situation where multiple business processes will be initiated during an already active process.
|
| Is there a way to achieve this or may be an altered approach to achieve the same?
|
| This is what I intend to do:
| 1)Process execution
| Process A: taskA1 --> taskA2 {Initiate process B--> taskB1 followed by Process C --> taskC1 --> taskC2 } --> taskA3
|
| Process B: taskB1 --> taskB2
|
| Process C: taskC1 --> taskC2 --> taskC3
|
|
| 2) I am going to use a statefull model so I have a separate jPDL to define the pageflows. Within the execution of lets say, "PageFlowA" initiated using @Create; my jBPM process "ProcessA" is initiated using @CreateProcess(definition="ProcessA "). At second task (taskA2) of ProcessA I further initiate Process B & C.
|
| And this is where I am clueless about how to initiate these further new Processes B & C during an already active Process A.
|
| Many Thanks
| Vijendra
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057558#4057558
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057558
More information about the jboss-user
mailing list