Hi, kodeninja wrote: > Also, when you say breaking a BPEL process into sub-processes, does > it mean just creating multiple BPEL files, each containing a specific > portion of the original BPEL, and invoking them via "invoke"?
Exactly. You may run into problems when autonomy of subprocesses is an issue, e.g. what happens to a sub-process when the parent process has been terminated due to some reason? This has been addressed in BPEL-SPE [1], a joint white paper by IBM and SAP but has, however, not been implemented in ODE, so you'd have to stick to "normal" invocations currently. This is just to make you aware of such issues. best, Tammo [1]http://www.ibm.com/developerworks/library/specification/ws-bpelsubproc/ -- Tammo van Lessen - http://www.taval.de
