How to create Oracle BPEL Subprocess, call a subprocess and pass variables
How to create Oracle BPEL Subprocess, call a subprocess and pass variables #OracleBPEL @OracleBPEL
How to create and call an Oracle BPEL Subprocess
Oracle BPEL subprocess is like a method call in Java. It can be called by any BPEL process including another subprocess. Subprocess is like any other BPEL process, the only thing is it can be reused. This section, we walk through how to create a subprocess, Call Subprocess and pass variables.
For instance, I want to send an email to the process…
View On WordPress












