Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As the title says: If you specify a KitodoScript as a script in the workflow editor, this is executed using the
KitodoScriptService
. The distinguishing is done by that a KitodoScript always begins with the character string "action:" (which happens to be a semantically valid indicator for a protocol, by the way). In combination with the functionality from pull request #4450, this provides for writing media files to the METS file in the course of the workflow without having to open the metadata editor and click on Save, which was a long-cherished wish.The
KitodoScriptService
was adapted so that it is provided via theServiceLoader
like all other services, so that we have a uniform procedure here.This feature is funded by Technische Universität Darmstadt.