How to delete assignments
Comments
-
You would want to delete the assignments from the entity_assignment table. It's best practice to take a Database backup before running any update, delete, or truncate queries. You'll want to run a truncate on that table to remove all assignments and restart the Decisions service. The query will be: truncate table entity_assignment

