Finding which activities will execute next in a process instance
Posted
by Mark Nelson
on Oracle Blogs
See other posts from Oracle Blogs
or by Mark Nelson
Published on Wed, 23 Nov 2011 15:59:26 -0600
Indexed on
2011/11/24
2:04 UTC
Read the original article
Hit count: 296
/BPM
We have had a few queries lately about how to find out what activity (or activities) will be the next to execute in a particular process instance. It is possible to do this, however you will need to use a couple of undocumented APIs. That means that they could (and probably will) change in some future release and break your code. If you understand the risks of using undocumented APIs and are prepared to accept that risk, read on…
© Oracle Blogs or respective owner