TeamSite 7.2.1Windows 2008 R2It seems that when you have a file that has not been submitted to STAGING attached to a job and then delete it, the tasks will display a message stating that you have an invalid attachment. No big deal except when the Group task is taken, none of the transition buttons are displayed to move the workflow along. Is there any way to disable this behavior?We submit files to STAGING after they are deployed to a production environment. When a user wants to delete a file in QA that has never been submitted to STAGING, they start the job first by selecting it and going to New Job as usual, and then delete the file. This make sure the file is in the file list used by OpenDeploy and since the file no longer exists, it deletes the file on the target server when deployed.This worked without issue in previous versions. Only now in 7.2.1 are we running into the invalid attachment error message.
Ghoti, I think you missed the part where he says he's deleting a file that has never been submitted, so there's no CSHole to attach to a workflow. Instead, the file is just plain gone, leaving a null reference in the tasks that used to reference it. Your suggestions won't work because there's nothing to attach/reattach after the deletion.
Assuming the group task is broken as you (KevNet) state and you don't want to build an unpublish workflow, you might have to use cgi/external tasks in between group tasks to remove broken refs and store them in job vars, and update your deployment task to match. That sounds like more work than having two wfs pointing to the same model and just getting your deploy task to behave differently based on the wf name...