We are currently evaluating the latest version of WSO2 BPS 3.0 as an open source replacement for Oracle BPEL. So far, I have managed to create and deploy a workflow on the BPS server. I was also able to test it and everything is working fine.
However, the problem is with EXECUTION TRACE , as we can, on the Oracle BPEL console. I have successfully enabled SOAP TRACING only to view SOAP messages in and out of the BPEL process. However, I would like to see a conclusion at each intermediate stage of the workflow. Oracle does a wonderful job in which I can simply click the individual steps in the execution trace and view the results after each step. This is very important functionality, and I'm surprised that OUT OF THE BOX is not turned on.
I also tried the steps in BPEL Designer for Eclipse: how to debug a BPEL process , but still can't get it working.
Can someone specify the exact steps so that I can visualize the output of each step in the workflow.
source share