Closed dprelipcean closed 5 years ago
The workflow engines should publish human-readable statuses taken from reana-db, e.g. for the cwl engine: publishing should change from:
publisher.publish_workflow_status(workflow_uuid, 2)
to
publisher.publish_workflow_status(workflow_uuid, WorkflowStatus.finished)
Closing as duplicate of https://github.com/reanahub/reana-workflow-controller/issues/204.
The workflow engines should publish human-readable statuses taken from reana-db, e.g. for the cwl engine: publishing should change from:
to