Skip to content

feat(orcha): add get_workflow #7349

feat(orcha): add get_workflow

feat(orcha): add get_workflow #7349

Triggered via pull request July 6, 2026 13:10
Status Failure
Total duration 4m 57s
Artifacts

tests.yml

on: pull_request
Matrix: JS / Tests
Matrix: Python / Tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 30 warnings
Python / Tests (3.14, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.14, postgresql14, opensearch2): invenio_app_rdm/orcha/client.py#L0
Black format check --- /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/orcha/client.py 2026-07-06 13:10:20.887796+00:00 +++ /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/orcha/client.py 2026-07-06 13:14:03.688414+00:00 @@ -50,13 +50,13 @@ def get_workflow(self, workflow_id, token): """Get the status and result of an ORCHA workflow.""" response = requests.get( f"{self.base_url}/workflows/{workflow_id}", - headers = {"Authorization": f"***"}, - timeout = 10, - verify = self.ssl_verify, + headers={"Authorization": f"***"}, + timeout=10, + verify=self.ssl_verify, ) response.raise_for_status() return response.json() def stream_url(self, workflow_id: str, token: str):
Python / Tests (3.11, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.11, postgresql14, opensearch2): invenio_app_rdm/orcha/client.py#L0
Black format check --- /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/orcha/client.py 2026-07-06 13:10:21.970305+00:00 +++ /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/orcha/client.py 2026-07-06 13:14:31.161296+00:00 @@ -50,13 +50,13 @@ def get_workflow(self, workflow_id, token): """Get the status and result of an ORCHA workflow.""" response = requests.get( f"{self.base_url}/workflows/{workflow_id}", - headers = {"Authorization": f"***"}, - timeout = 10, - verify = self.ssl_verify, + headers={"Authorization": f"***"}, + timeout=10, + verify=self.ssl_verify, ) response.raise_for_status() return response.json() def stream_url(self, workflow_id: str, token: str):
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.9, postgresql14, opensearch2): invenio_app_rdm/orcha/client.py#L0
Black format check --- /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/orcha/client.py 2026-07-06 13:10:20.342148+00:00 +++ /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/orcha/client.py 2026-07-06 13:14:39.546019+00:00 @@ -50,13 +50,13 @@ def get_workflow(self, workflow_id, token): """Get the status and result of an ORCHA workflow.""" response = requests.get( f"{self.base_url}/workflows/{workflow_id}", - headers = {"Authorization": f"***"}, - timeout = 10, - verify = self.ssl_verify, + headers={"Authorization": f"***"}, + timeout=10, + verify=self.ssl_verify, ) response.raise_for_status() return response.json() def stream_url(self, workflow_id: str, token: str):