Skip to content

Commit

Permalink
Move DIP from uploadDIP to uploadedDIPs
Browse files Browse the repository at this point in the history
This commit modifies the workflow to move DIPs from the uploadDIP to
uploadedDIPs watched directories instead of copying. This change fixes
an issue where an MCPServer restart was causing Archivematica to
attempt a duplicate DIP upload.
  • Loading branch information
tw4l authored and sevein committed Sep 27, 2021
1 parent efea8ad commit a6eab06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MCPServer/lib/assets/workflow.json
Expand Up @@ -3630,8 +3630,8 @@
"config": {
"@manager": "linkTaskManagerDirectories",
"@model": "StandardTaskConfig",
"arguments": "\"%SIPDirectory%\" \"%watchDirectoryPath%uploadedDIPs/.\" -R",
"execute": "copy_v0.0",
"arguments": "\"%SIPDirectory%\" \"%watchDirectoryPath%uploadedDIPs/\"",
"execute": "move_v0.0",
"filter_file_end": null,
"filter_file_start": null,
"filter_subdir": null,
Expand Down

0 comments on commit a6eab06

Please sign in to comment.