kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
58 stars 64 forks source link

Output of non-automatic script step is not displayed in frontend #6096

Open lutzhelm opened 1 month ago

lutzhelm commented 1 month ago

Before version 3, the output of non-automatic scripts had been displayed to the user. We are missing that feature in version 3, specifically 3.6.2.

I will not rule out the possibility that we are missing some configuration option. But the following probably related lines seem to indicate that this feature was simply forgotten during implementation:

https://github.com/kitodo/kitodo-production/blob/71d3053f7698241b758857ba0f18eb901386912f/Kitodo/src/main/java/org/kitodo/production/services/command/CommandService.java#L152-L157