E-ARK-Software / earkweb

E-ARK Web is a software for the creation and management of archival information packages, and it supports full-text search for individual files contained in them.
MIT License
20 stars 6 forks source link

Value of "Last task" in AIP to DIP conversion does not change #45

Closed andreaskring closed 4 years ago

andreaskring commented 7 years ago

When I make call a like this

$ curl -X POST -d '{"process_id": "c1b1c16e-2c00-474f-b99b-42019b3eaeed"}' http://localhost:8000/earkweb/search/prepareDIPWorkingArea

and get a 201 response back, the "Last task" for this process is still AIPtoDIPReset in earkweb, but should this not be DIPExtractAIPs?

bartham commented 7 years ago

Hi,

Well it seems that the status is not written to the DB. I’ll have to talk to Sven about it. But if you are In Oslo you can ask him yourself. I’ll see maybe I find a quick fix.

Cheers, Mihai

From: Andreas Kring [mailto:notifications@github.com] Sent: Tuesday, November 15, 2016 11:42 AM To: eark-project/earkweb Subject: [eark-project/earkweb] Value of "Last task" in AIP to DIP conversion does not change (#45)

When I make call a like this

$ curl -X POST -d '{"process_id": "c1b1c16e-2c00-474f-b99b-42019b3eaeed"}' http://localhost:8000/earkweb/search/prepareDIPWorkingArea

and get a 201 response back, the "Last task" for this process is still AIPtoDIPReset in earkweb, but should this not be DIPExtractAIPs?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/eark-project/earkweb/issues/45, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJRPEsve8x2rTKSKbxUl9dyiMBdmsnL3ks5q-YxngaJpZM4KyYCp.

andreaskring commented 7 years ago

The same problem occurs after sending a request to:

POST /earkweb/createDIP
shsdev commented 7 years ago

The status of the process is currently not updated in the db.

shsdev commented 4 years ago

Obsolete with new task execution setup.