Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Signaling BPM process from PL/SQL

I am fairly new to BPM world. So i might miss basic parts of the topic, so forgive me if I do so.

What I need to do is , trigger/signal/request ( I don't know the best verb:) ) a BPM process from PL/SQL code. So my broadest guess is, this should be over an http request, most probably a web service request.

I use jBPM as my BPM engine, but it is not a must, I can use any option which is easier to work on my scenario.

Any advice on where to start.

like image 356
Serkan Kasapbaşı Avatar asked Apr 23 '26 16:04

Serkan Kasapbaşı


1 Answers

You may also look into UTL_DBWS, an Oracle utility package for calling (or creating) web services.

Look HERE and HERE for an example of its use.

Another possibility is to create an external procedure (Java perhaps) and handle the call details there.

Finally, if the service is a more old school tcp service (probably not), look at utl_tcp (I've used this with success in projects in the past, but not as easy to use as calling an xml service, and some security issues to workthrough)

like image 118
tbone Avatar answered Apr 26 '26 10:04

tbone



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!