Skip to content

Commit

Permalink
Identify format of manual normalized preservation files
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Sep 10, 2024
1 parent ea9c8db commit 19896ea
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions src/MCPServer/lib/assets/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@
"group": {
"en": "Process manually normalized files",
"es": "Procesar manualmente ficheros normalizados",
"no": "Prosesser normaliserte filer manuelt",
"no": "Prosesser manuelt normaliserte filer",
"pt_BR": "Processar arquivos normalizados manualmente",
"sv": "Bearbeta manuellt normaliserade filer"
}
Expand Down Expand Up @@ -9241,6 +9241,38 @@
"sv": "Byt namn på SIP-mappen med SIP UUID"
}
},
"bf0ea0f6-211b-4b34-8f25-8a68145403c8": {
"config": {
"@manager": "linkTaskManagerFiles",
"@model": "StandardTaskConfig",
"arguments": "\"True\" \"%relativeLocation%\" \"%fileUUID%\" --disable-reidentify",
"execute": "identifyFileFormat_v0.0",
"filter_subdir": "objects/manualNormalization/preservation"
},
"description": {
"en": "Identify file format",
"es": "Identificar formato de fichero",
"fr": "Identifier le format de fichier",
"no": "Identifiser filformat",
"pt_BR": "Identifique o formato do arquivo",
"sv": "Identifiera filformat"
},
"exit_codes": {
"0": {
"job_status": "Completed successfully",
"link_id": "10c40e41-fb10-48b5-9d01-336cd958afe8"
}
},
"fallback_job_status": "Failed",
"fallback_link_id": "10c40e41-fb10-48b5-9d01-336cd958afe8",
"group": {
"en": "Process manually normalized files",
"es": "Procesar manualmente ficheros normalizados",
"no": "Prosesser manuelt normaliserte filer",
"pt_BR": "Processar arquivos normalizados manualmente",
"sv": "Bearbeta manuellt normaliserade filer"
}
},
"c103b2fb-9a6b-4b68-8112-b70597a6cd14": {
"config": {
"@manager": "linkTaskManagerDirectories",
Expand Down Expand Up @@ -10725,7 +10757,7 @@
"exit_codes": {
"0": {
"job_status": "Completed successfully",
"link_id": "10c40e41-fb10-48b5-9d01-336cd958afe8"
"link_id": "bf0ea0f6-211b-4b34-8f25-8a68145403c8"
}
},
"fallback_job_status": "Failed",
Expand Down

0 comments on commit 19896ea

Please sign in to comment.