OCR-D / zenhub

Repo for developing zenhub integration
Apache License 2.0
0 stars 0 forks source link

Implement the `workflow` part in the Web API spec #115

Closed MehmedGIT closed 1 year ago

MehmedGIT commented 2 years ago

The workflow part was implemented in the ocrd-webapi-implementation repo: https://github.com/joschrew/ocrd-webapi-implementation

What is left? I still have to write automatic tests for the workflow part: https://fastapi.tiangolo.com/tutorial/testing/

The WebAPI has to be modified to support checking the running status of workflow instances.

MehmedGIT commented 1 year ago

Status update:

What is left? I still have to write automatic tests for the workflow part: https://fastapi.tiangolo.com/tutorial/testing/

Tests were implemented.

The WebAPI has to be modified to support checking the running status of workflow instances.

Currently, the workflows are running locally. Since we are planning to have a separate Workflow server to run Nextflow, this may not be worth implementing for now.