Where to find temp tables created for Deliveries
Hi,
I'm trying to figure out where we can find the temp tables created while the delivery execution because while checking in the database, I can see many temp tables created in "wkDlv_15487_1" format. I have checked in different schemas but unable to locate them. It would be great if you can help me with the path and also the ways we can delete them as it consumes undue memory space. I'm aware database cleanup workflow performs the deletion activity but in our case, I can still identify many temp tables not being deleted in the database.
I have checked the same in the xtkworkflow schema where we have a visual status column that helps with the temp tables even there I didn't spot these values.
In addition to the above information, there are different values that get populated out of which one is the mDataSourceContext column below is the format for the same.
<?xml version='1.0'?> <dataSource><id>XXXXX</id><workflowId>XXXXX</workflowId><workflowName>XXXXX</workflowName><workflowLabel>XXXXX</workflowLabel><taskId>XXXXX</taskId><taskName>XXXXX</taskName><taskLabel>XXXXX</taskLabel><instanceName>XXXXX</instanceName></dataSource>
Thanks in Advance.
Regards,
Himanshi Sharma