boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

Workflow + Engine - Migrate deletion of objects to true deletion with audit #426

Closed tlawrie closed 4 months ago

tlawrie commented 4 months ago

Currently when objects are deleted (i.e. teams or workflows) we set the status to deleted.

Instead, we should actually delete the object and cascade delete all related objects.

To do this we will need to implement an audit object to acknowledge the CREATION and DELETION events for future auditing and analysis.