Finding which activities will execute next in a process instance
- by Mark Nelson
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…
READ MORE >>