reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 46 forks source link

cli: `get_workflow_status_change_msg` messages improvement #628

Closed BrunoRosendo closed 1 year ago

BrunoRosendo commented 2 years ago

Right now, this function returns a message meant to inform the user of a status change of a workflow. However, this generates things like workflow has been failed or workflow has been finished, which does not make sense.

Instead, we should improve this messages to something else better formulated and that better informs the user about the change.