Announcement

Collapse
No announcement yet.

Workflow for Deletion

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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...
    X