[CMDB Workspace][Data manager] [Retire policy] - Tasks are not getting generated in XanaduDescriptionDuring testing for CMDB Workspace a regression was discovered in CMDB Workspace 6.0+ and 7.0+ that will not allow the CMDB Admin to create a CMDB Data Manager policy without an encoded query selected in the "Data Filter" section of the creation flow. This will also retroactively affect policies created in CMDB Workspace 5.0+ that were created without an encoded query. Family Versions Affected: Xanadu Washington DC Patch 3 Vancouver Patch 9Steps to Reproduce Steps :1)Navigate to cmdb workspace -> Data manager - Create policy2)Fill the general information3) on Data filter , select Table as any CMDB class that has CIs. If using demo data, select "cmdb_ci_linux_server" class 4) click apply filter and continue with next steps and publish the policy5) run the scheduled job "CMDB Data Manager Retire Policy Processor"Expected :Tasks should get createdActual:No tasks are getting generatedWorkaroundAdd an encoded query to the policy that will never fail. An example of this would be Class != "" If you see the CIs under policy after specifying valid filters but still don't see tasks getting created for any of the retire/archive/delete policies, then its highly likely that those CIs might be part of some pre-existing tasks. This can be verified if you check for the presence of any valid CI in cmdb_data_management_task_to_ci table. If that's the case then you need to take care of the corresponding task to freeup the CI so that it can be picked up in subsequent execution of the policy.Related Problem: PRB1784870