0

I'm using BPEL processes in Oracle SOA Suite 11g with some human tasks. I need to do some stuff when a task is claimed or released. How can I achieve that?

Thanks in advance,

PS: Here is the link to my post in Oracle's forums

Neuquino
  • 11,580
  • 20
  • 62
  • 76

1 Answers1

0

You can do this using Java callbacks or Business event callbacks.

Please check these link

http://docs.oracle.com/cd/E21764_01/integration.1111/e10224/bp_hwfmodel.htm#BABJCDIG

http://docs.oracle.com/cd/E21764_01/integration.1111/e10224/bp_hwfmodel.htm#BABDBAJJ

user47900
  • 647
  • 4
  • 6