There are two options Enterprise or Personal as noted here: https://developer.cisco.com/modeling-labs/
Download:
https://software.cisco.com/download/home/286193282/type
Also to delete tasks in status 7 with task category of 149 you can use this: OmniQuery.pl -db mdb -e 'delete from notification where notification.status=7 and notification.category="task:category.149";'
root@FTDHOSTNAME-removed:/Volume/home/admin# Om...
See notification status with the below command
root@fmc-1:/var/tmp# OmniQuery.pl -db mdb -e "select * from notification_status;" +--------+-----------+-------+ | status | label | level | +--------+-----------+-------+ | 1 | info | 1 ...