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/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +--- Thread: Does the workflow engine use the same entity.beforesave and aftersave events? (/showthread.php?tid=1167) |
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... |