All Downloads are FREE. Search and download functionalities are using the official Maven repository.

home.harvest.workflows.attachment-file.json Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
{
    "harvester": {
        "type": "workflow-harvester",
        "workflow-harvester": { "force-storage": "true" }
    },
    "transformer": {
        "harvestQueue": [],
        "renderQueue": []
    },
    "indexer": {
        "script": {
            "type": "python",
            "rules": "attachment-file-rules.py"
        },
        "params": {
            "repository.name": "Attachment",
            "repository.type": "Attachment",
            "workflow.source": "ReDBox"            
        }
    },
    "stages": [
        {
            "name": "uploaded",
            "label": "Uploaded",
            "description": "Uploaded file attachments.",
            "security": ["librarian", "reviewer", "admin"],
            "visibility": ["librarian", "reviewer", "admin"]
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy