4.10. Importing multi-volume source works from the Internet Archive (J-import)

The intranda TaskManager allows Goobi to outsource the task of importing multi-volume source works (previously downloaded from the Internet Archive) to an external, specifically ordered queue.

Starting the plugin

The following instruction is required if you wish to call the import function from an individual step in the workflow:

/usr/bin/java -jar /opt/digiverso/itm/bin/TaskClient.jar 
    -itm http://localhost:8080/itm/service 
    -s {tifpath} 
    -d {processpath} 
    -e 
    -gid {processid} 
    -i {stepid} 
    -T {processtitle} 
    -t JIMPORT 
    -n jimport

Parameters

The command parameters are explained in the following table:

Operation of the plugin

Once the files have been imported, successful completion of the job is recorded in the process log and the automated workflow step is concluded via WebAPI.

Last updated