![]() |
Does the workflow engine use the same entity.beforesave and aftersave events? - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forum-18.html) +--- Forum: coreBOS Development (https://discussions.corebos.org/forum-4.html) +--- Thread: Does the workflow engine use the same entity.beforesave and aftersave events? (/thread-1167.html) |
Does the workflow engine use the same entity.beforesave and aftersave events? - Guido1982 - 07-18-2018 Digging through the code to so some debugging and because I want to know more about the workflow engine, I was wondering if the workflow engine uses the same entity.beforesave and entity.aftersave events as we as developers can hook into. RE: Does the workflow engine use the same entity.beforesave and aftersave events? - joebordes - 07-18-2018 Yes it does. The workflows are launched on those events RE: Does the workflow engine use the same entity.beforesave and aftersave events? - Guido1982 - 07-18-2018 Nice, that takes a lot of the mystery away... |