What would be the best way to delete content related to the Create Web Content task?
I would imagine the Mark Connect Sets for Deletion task would be what I wanted, but in reviewing the documentation for it the “Content Set” deletion only mentions Print Content (not Web Content).
My use case is this: incoming job generates a web page (i.e. document) that a user will need to review and approve. Occasionally that unique web page will need to be removed (data on it is no longer accurate). When that’s the case, a new incoming job will be sent with a reference ID to the previous job. That new job then needs to remove the existing web content that’s been previously created.
Web Content is not stored in the database because it is the final output that gets sent to the recipient (it’s actually a bit of a misnomer, it could very well have been called Web Output). So there is no need to worry about removing it… because there’s nothing to remove.
However, you can still force the removal of the data set that lead to the creation of the Web output, if you really want to, but you can also just let the automatic cleanup process handle that for you.
I’ll probably use the data set removal because if the second job comes in with the removal instruction it means it should be explicitly removed as soon as possible.