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=4057556#4057556

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057556
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to