Tuesday, 31 March 2015

Debugging in Oracle BPM 11g

Unlike in Oracle BPEL you can't view the input and output values of the flow in a BPMN trace. This remains the same even if you turn on the auditlevel to development. If you want to debug you have to use loghandlers available in BPM activites.

Monday, 23 February 2015

Using Signals in BPM process from different composite

If you have a edl(event defintion file) already defined in a different composite or a  event file in mds . You need to add the import statement in the composite.xml and you will be able to browse the event in the bpmn process. Will cover the details when i have free time