September 2019
Developments and innovations to Goobi workflow in September 2019
There is a new login screen that better reflects the "workflow" in the name.

The new login screen
If you were already logged in as a user and tried this again in another browser or on another computer, an intermediate page was displayed. It asked if the old sessions should be cleaned up. This intermediate page no longer shows up and you are logged in normally.

This intermediate screen will no longer be shown
Since the Goobi days at the end of September there is a new versioning for Goobi workflow. The first release with the new versioning was "Goobi workflow 19.09". The first two figures are for the year, the second for the month in that year.
Should there be a bugfix release, another number will be counted up, e.g. 19.09-1, 19.09-2 etc.
It is now possible to have automatic steps processed in a queue. Any number of workers can be assigned to the queue so that no load peaks occur on both smaller and larger systems.

Step details screen with activated message queue checkbox
When a user is deleted in Goobi workflow, the following personal information is also deleted:
- username
- email
- given name
- family name
- ldap username
The REST endpoint for process search now also allows filtering by template IDs. A list with the template IDs to be filtered is passed with the search JSON object:
{
"templateIDs: [
2,
51,
8
]
}
Last modified 2yr ago