reanahub / reana-commons

REANA common utilities and schemas
https://reana-commons.readthedocs.io/
MIT License
2 stars 39 forks source link

workflow-status: publish human readable value #138

Closed dprelipcean closed 5 years ago

dprelipcean commented 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)
diegodelemos commented 5 years ago

Closing as duplicate of https://github.com/reanahub/reana-workflow-controller/issues/204.