Question about assignments/tasks
Comments
-
The table in the database where these are stored is entity_assignment. Are you trying to clear all current assignments? If so the queries you can use would be:
select * from entity_assignment where state = current
Run the select query to make sure you have all the rows you want selected, and then use the bellow delete query. Please note: This will delete ALL current assignments for everyone, so if you may need to modify these queries to select a smaller set of data. Id be happy to jump on a call to help get the proper assignments deleted if you want.
delete from entity_assignment where state = current
Where all these assignments generated in error? If a process is accidentally creating thousands of assignments, Id be glad to help troubleshoot and figure out why so this issue doesnt keep reoccurring for you. -
That helped greatly! I found out what was happening – we did a bulk run of our workflows and one API that we call all the time was failing.
-
Hello,
Is there any way to delete these assignments out of the decisions database?? The gui is not rendering because of the amount out there.
Thank you.
Howdy, Stranger!
Categories
- 4.1K All Categories
- 61 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions