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
  • If I remember correctly, SugarBPM runs as an after_save logic hook with an order of 100. If you create an after_save logic hook with an order greater than 100 it should run after the process has completed.

Reply
  • If I remember correctly, SugarBPM runs as an after_save logic hook with an order of 100. If you create an after_save logic hook with an order greater than 100 it should run after the process has completed.

Children