Is it possible to trigger a logichook after the process definition has complete the process ?

Hi All,

I want to do verify the data change after Process Definitions has ended saving?

Parents
  • I've noticed with after-save logic hooks that they will get re-triggered if your BPM flow has a "change field" action in it. So, even if you set the priority higher than the BPM hook, there is a good chance that it will get triggered when you don't expect it to in certain situations.

Reply
  • I've noticed with after-save logic hooks that they will get re-triggered if your BPM flow has a "change field" action in it. So, even if you set the priority higher than the BPM hook, there is a good chance that it will get triggered when you don't expect it to in certain situations.

Children