Workflow for Deletion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mlandry8
    Junior Member
    • Mar 2017
    • 4

    Workflow for Deletion

    Hi there, more questions about workflows

    It seems like there is no way to trigger a workflow on the deletion of an entity. I know there is a beforeDelete hook, is there some way for me to incorporate that into a workflow, or should I just write a hook to attain this functionality.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello

    You need to write hooks (before / afterDelete). Workflows work with some delay. So when it runs, deleted record could be untouchable.

    Comment

    Working...