sul-dlss / dor-services-app

A Rails application exposing Digital Object Registry functions as a RESTful HTTP API
https://sul-dlss.github.io/dor-services-app/
Other
3 stars 2 forks source link

[HOLD] add endpoint to check if text extraction workflows are running #5080

Closed peetucket closed 3 months ago

peetucket commented 3 months ago

Why was this change made? 🤔

Part of sul-dlss/argo#4470

We need the ability to know if an object is in the middle of a text extraction WF (e.g. ocrWF) so we can disable various things (like editing or starting a new ocrWF in Argo).

HOLD for further changes in dor-services-client and Argo

see also https://github.com/sul-dlss/argo/pull/4460 and https://github.com/sul-dlss/argo/issues/4458 for related work in assemblyWF

How was this change tested? 🤨

Updated tests

peetucket commented 3 months ago

Closing in favor of simpler approach.