Using BPEL for the first time, I wonder if it is possible to log the executed activities defined in the BPEL definition file.
My goal is to provide the user a log with the run-path (e.g. which actions are performed, what branch has been taken) and a execution information about the services used (e.g. version, run time, exit status). Are there already functions which I can use? If not, where (i.e. which class) to start changing the code, to implement these changes? Thank you for your help, Benedikt
